statistics

This commit is contained in:
Walter Hupfeld
2023-10-09 13:26:55 +02:00
parent be8dc1109c
commit e61783f572
11 changed files with 210 additions and 201 deletions

View File

@@ -4,9 +4,11 @@ wait
docker build -t php81:v1 php81-apache
gunzip dump/data.sql.gz
gunzip dump/district.sql.gz
gunzip dump/community.sql.gz
cp -n config.sample.php config.php
docker compose up -d
wait
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/district.sql
docker exec -i unfallkarte-db mysql -uroot -pgeheim unfallstatistik < ./dump/community.sql