Soplanning docker files use to develop Soplanning with:
- Soplanning source code or specific fork
- Imported database from production environment
The docker environment uses:
- mysql container
- php-apache container
Tested with Soplanning v1.33.
To enhance ;)
- Edit
docker-compose.yml
file if you want to change mysql parameters - Edit the
database.inc
file in soplanning source code to match with mysql container parameters (usedatabase
as the db hostname) - Edit docker-compose.yml file if you want to change source code folder
- run
docker-compose up
- go to http://localhost to log in
- Enjoy!
The code is licensed under the "BSD 3-Clause License".