Clone project
git clone --recurse-submodules https://github.com/mrLexx/devilbox-environment.git
Make excetute scripts in bin dir:
chmod +x ./bin/*.sh
Create link in HOME dir [optional]
ln -s `realpath ./bin/up.sh` ~/up.sh
ln -s `realpath ./bin/stop.sh` ~/stop.sh
ln -s `realpath ./bin/restart.sh` ~/restart.sh
ln -s `realpath ./bin/shell.sh` ~/shell.sh
ln -s `realpath ./bin/shell56.sh` ~/shell56.sh
ln -s `realpath ./bin/shell74.sh` ~/shell74.sh
ln -s `realpath ./bin/shell82.sh` ~/shell82.sh
Required files
./config/.env
./config/secrets.env
./config/docker-compose.override.yml
Commands for work
run: ~/up.sh
stop: ~/stop.sh
restart: ~/restart.sh
enter to shell: ~/shell.sh
enter to custom shell XX: ~/shellXX.sh