-
Couldn't load subscription status.
- Fork 2
Getting Started: Development
Aaron Perley edited this page Jun 21, 2016
·
6 revisions
Note: This tutorial describes development for the Django application. For information on how to use the website or API please consult the other tutorials.
This tutorial is not done. If you are interested in helping to develop this project contact Brent Strysko.
- python3.4
- MySQL Server
- git
- pip(3.4)
git clone https://github.com/CMU-Robotics-Club/roboticsclub.orgcd RCCentrum/pip3.4 install -r requirements.txt- Create file crm/settings.py and override
databasesto the correctNAME,USER, andPASSWORDand setSECRET_KEYto a random string. ./manage.py migrate./manage.py runserver- go to localhost:8000/
fab deploy
templates/<app name>/templates/<app name>/static/
Where possible this project uses the Jade Markup language. Please do not sure raw HTML if possible.