- install pip
- Navigate to messageboard folder
pip install -r requirements.txt
Note: one of the required packages, Pillow, has additional dependencies for Linux distributions. Please see http://pillow.readthedocs.org/en/latest/installation.html to ensure you have the dependencies.
- Inside of messageboard folder run
python manage.py runserver
- Navigate the browser to
127.0.0.1:8000/mainsite
Project, as usual, is located in the [messageboard] (https://github.com/csc301-fall2014/Proj-Evening-Team8-repo/tree/master/messageboard) folder.
Note that some WIP or completed tasks may not have been able to be merged with master before the deadline. These instances can be found in NotesForTA.md, below.
NotesForTA.md - Explanation of personal contributions versus commits, and other personal contribution concerns.
Main product can be found in /messageboard/, as a Django project.