Hi! We wanted to build a quick docker implementation to containerize developer portal. Please feel free to fork and make it your own or add your contributions!
- Make sure you setup Docker first. https://docs.docker.com/install/
cd apache-debian-mariadb
(More stack versions to come)- Run
docker-compose up -d --build
- Go to http://localhost:8080 and finish your setup. (If you're using this port already, change it to your desired port on docker-composer.yml
- DB name -- 'apache-debian-mariadb_db_1'
- DB username -- 'root'
- DB pass -- 'drupal_db_pass' (refer to docker-compose.yml)
Please raise an issue ticket here.