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-Moive-Review.git
- Open the folder and run docker-compose
cd Fanshawe-IDP-Movie-Review 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 theFanshawe-IDP-Movie-Review
folder - The phpMyAdmin is in
http://localhost:8011
with the credential of
Username: docker_u
Password: docker_p