Skip to content

Spoken-tutorial/spoken-tutorial-forum

Repository files navigation

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