Skip to content

Instantly share code, notes, and snippets.

@ndarville
Last active December 12, 2015 09:48
Show Gist options
  • Save ndarville/4753982 to your computer and use it in GitHub Desktop.
Save ndarville/4753982 to your computer and use it in GitHub Desktop.
Setting up Pony Forum locally
  1. git clone [email protected]:ndarville/pony-forum.git
  2. Use example_settings.py to make your own local_settings.py
  3. Create a psql database table based on your local_settings.py
  4. Set up virtualenv
  5. pip install -r requirements.txt
  6. sh build_forum.sh
  7. You can now log in as admin using admin//password
  8. ... assuming all goes well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment