make setup
This command will:
- Create a virtual environment called cc-licenses, install python, and python dependencies
- Create a Postgres Database called cc_licenses and run database migrations
Please see Makefile in the root directory for a closer look at the commands we are running.
After installation is complete. Run:
workon cc-licensescd cc_licenses && python manage.py runserver