Skip to content

Instantly share code, notes, and snippets.

@ndarville
Last active December 12, 2015 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 git@github.com: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