Skip to content

mrLexx/devilbox-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devilbox environment

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

About

Devilbox environmen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages