Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 401 Bytes

File metadata and controls

11 lines (7 loc) · 401 Bytes

Getting started.

  1. Create new database and import forums_empty.sql file from 'data' folder.

  2. Create a copy of .env.example to .env and add the values accordingly.

  3. To override any settings, create forums/local_settings.py and add the settings there.

  4. Python3 requirements:

     sudo apt-get install python3-pip
     sudo apt-get install python3-dev default-libmysqlclient-dev