-
Notifications
You must be signed in to change notification settings - Fork 5
Developer: Set Up
Calder Lund edited this page Jun 13, 2020
·
5 revisions
Refer to requirements.txt for all the Python modules needed. Project is built with Python 3.8.
Make sure Postgres is setup: - Currently, only local server is available - Default Database Connection is: 'NAME': 'postgres', 'USER': 'postgres', 'PASSWORD': '1234', 'HOST': 'db', 'PORT': '5432'
docker-compose up --build
builds dependencies and parses data
docker-compose up
parses data
docker-compose up -d db
starts database without parsing data