Server Deployment - Yicong-Huang/Wildfires GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️