fix
This commit is contained in:
parent
93a85d2aad
commit
4971d9c221
2
setup.sh
2
setup.sh
@ -4,7 +4,7 @@ docker build -t php81:v1 php81-apache
|
|||||||
gunzip dump/data.sql.gz
|
gunzip dump/data.sql.gz
|
||||||
gunzip dump/district.sql.gz
|
gunzip dump/district.sql.gz
|
||||||
mkdir database
|
mkdir database
|
||||||
cp config.sample.php config.php
|
cp -n config.sample.php config.php
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
docker exec -it unfallkarte-db mysqladmin -uroot -pgeheim create unfallstatistik
|
docker exec -it unfallkarte-db mysqladmin -uroot -pgeheim create unfallstatistik
|
||||||
docker exec -i unfallkarte-db mysql -uroot -pgeheim unfallstatistik < ./dump/data.sql
|
docker exec -i unfallkarte-db mysql -uroot -pgeheim unfallstatistik < ./dump/data.sql
|
||||||
|
Loading…
Reference in New Issue
Block a user