This is the Docker environment set up for Movie Review
- Install
Docker
from [https://docs.docker.com/install/] - IF you are in Linux, install
docker-compose
from [https://docs.docker.com/install/]
- Clone the repo
git clone https://github.com/spiderPan/Fanshawe-IDP-Inclass.git
- Open the folder and run docker-compose
cd movies_cms docker-compose up
- When you finished work, you can turn if off by doing
docker-compose down
- Your project is up in
http://localhost:8010
which is mapping to themovies_cms
folder - Your MailHog is in
https://localhost:8025
- The phpMyAdmin is in
http://localhost:8011
with the credential of
Username: docker_u
Password: docker_p