Skip to content

Server Deployment

amoxicillin edited this page Aug 30, 2019 · 1 revision

Server Deployment

Install Python dependencies

  1. cd to your Wildfires project directory
  2. pip install

Configure your database

  1. make a copy of configs/database.ini.template and rename it to database.ini
  2. fill in the database connection information

Run the server

python3 backend/__init__.py