mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Added init script
This commit is contained in:
parent
989de39459
commit
7bb5e407bb
@ -1,3 +1,7 @@
|
||||
cp .env.dist docker-symfony/.env
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose build && docker-compose up -d)
|
||||
bash $(dirname $(readlink -f ${0}))/schema-update.sh
|
||||
(
|
||||
cd $(dirname $(readlink -f ${0}))/../;
|
||||
cp -v .env.dist docker-symfony/.env;
|
||||
cd docker-symfony;
|
||||
docker-compose build;
|
||||
docker-compose up -d;
|
||||
)
|
||||
|
6
administration/init.sh
Normal file
6
administration/init.sh
Normal file
@ -0,0 +1,6 @@
|
||||
(
|
||||
cd $(dirname $(readlink -f ${0}));
|
||||
bash ./submodule_sync.sh
|
||||
bash ./build.sh
|
||||
bash ./schema-update.sh
|
||||
)
|
Loading…
Reference in New Issue
Block a user