- Postgres running with available DB and User according to
.env
- copy project files/clone from git repo
- copy
.env.templateto.env. Edit database fields accordingly or leave default - run
./setup.sh - add your server ip address/domain name to
backend.config.settings.ALLOWED_HOSTS
- run
./runserver.sh
Server automatically tries to fetch new data from sources daily at 23:59:59
To run data sync manually:
- activate virtual environment
source venv/bin/activate - run
python backend/manage.py sync daily