Skip to content

Getting Started: Development

bstrysko edited this page Jan 4, 2015 · 6 revisions

Required

  1. python3.4
  2. MySQL Server
  3. git
  4. pip(3.4)

Installation

  1. git clone https://github.com/CMU-Robotics-Club/roboticsclub.org
  2. cd RCCentrum/
  3. pip3.4 install -r requirements.txt
  4. Create file crm/settings.py and override databases to the correct NAME, USER, and PASSWORD and set SECRET_KEY to a random string.
  5. ./manage.py migrate
  6. ./manage.py runserver
  7. go to localhost:8000/

Front-End: folders of interest:

  • templates/
  • <app name>/templates/<app name>/
  • static/

Where possible this project uses the Jade Markup language. Please do not sure raw HTML if possible.