<MY_REPOSITORY> # URL of your GIT repository
<MY_PROJECT_PATH> # Path of your application
git clone git@github.com:dockerguild/elk.git
cd elk
rm -fr .git
git init
git remote add origin <MY_REPOSITORY>
make install
Start containers
make start
Restart containers
make restart
Down containers
make down
Update containers
make update
Before your must configure .make/filesystem
according to your use.
You must also set up an external backup system !
Dump containers files
make filesystem/dump
Restore containers files
make filesystem/restore