Forked from
fsini-informatik / fsfahrttool
211 commits behind the upstream repository.
-
Manuel Herrmann authoredManuel Herrmann authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README_docker.md 636 B
Docker Environment Setup
Setup And Using The Environment
Step 1
Ensure database dump path inside docker-compose.yml points to the newest dump
Step 2
Change database connection inside registration-system/config.local.php from "localhost" to "db"
Step 3
Build and start up the containers
docker-compose build
docker-compose up -d
Step 4
Wait for containers to start up. Open http://localhost:8080 in your browser
Mysql Dump Upgrade
Remove containers as in cleanup, remove mysql_dump folder and start again
Cleanup
Run:
docker-compose stop
docker-compose rm
Then remove mysql_data folder