Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 981 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 981 Bytes

docker-soplanning

Informations

Soplanning docker files use to develop Soplanning with:

  • Soplanning source code or specific fork
  • Imported database from production environment

The docker environment uses:

Tested with Soplanning v1.33.

How-to

To enhance ;)

  1. Edit docker-compose.yml file if you want to change mysql parameters
  2. Edit the database.inc file in soplanning source code to match with mysql container parameters (use database as the db hostname)
  3. Edit docker-compose.yml file if you want to change source code folder
  4. run docker-compose up
  5. go to http://localhost to log in
  6. Enjoy!

License

The code is licensed under the "BSD 3-Clause License".