Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 906 Bytes

INSTALL.md

File metadata and controls

27 lines (18 loc) · 906 Bytes

<-- Back to main section

Installation

Requirements

For more convenience use CliTools.phar (will also run on native Linux, not only inside a Vagrant box)

First startup

git clone https://github.com/toufa123/mamias.git mamias

cd mamias

# copy favorite docker-compose.*.yml to docker-compose.yml
if docker-compose.yml is not there
cp docker-compose.development.yml docker-compose.yml
othewise
docker-compose up -d --build