mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02: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)
|
cd $(dirname $(readlink -f ${0}))/../;
|
||||||
bash $(dirname $(readlink -f ${0}))/schema-update.sh
|
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…
x
Reference in New Issue
Block a user