Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 532 Bytes

deployment.md

File metadata and controls

19 lines (15 loc) · 532 Bytes

Deployment

Make sure that all the instructions for setting up the environment have been followed.

  1. Navigate to the project root (directory with back-end and front-end):

    cd dal
  2. If models have changed, generate migrations:

    docker-compose run back-end python manage.py makemigrations --name some_meaningful_name
  3. Simply run (note that front-end is optional):

    docker-compose up --build back-end [front-end]