Author: Joyce Liao Version: 1.0.0
BRANCH: DOCKER-COMPOSE UP FUNCTIONAL
THIS PROGRAM WILL START A WEBSITE WITH DOCKER AND DJANGO AS ITS FRAMEWORK, AND BEING DEPLOYED ON DIGITAL OCEAN.
- DOCKER: TO START THIS PROGRAM, THE USER NEED PYTHON 3.6.
- DEPLOYED SITE: http://157.230.172.253
- Set up Docker
- Set up Dockerfile
- Set up docker-compose.yml
- Set up Django
- Set up .env
- Set up urls.py
- Set up settings.py
- Set up models.py
- Set up html files
- Set up entrypoint.sh
- Run server
- Run docker build
- Run docker-compose up
- Testing
- run django testing
2019-01-07 Repo is created