Authors:
Thomas Chestna Adam DeRusha Sheena McNeil Zhenzheng Zhou
INSTALLATION:
Step 1: You need django 1.4 and python 2.7. If you do not have them go out and install them. Google should have helpful directions.
Step 2: Navigate from the folder containing this file to RPI_tutor_time.
Step 3: Edit the settings.py setting to your particular environment. The only thing that should need to be changed is CAMPUS_EMAIL_ENDING which is at the bottom and SIMULATE_EMAIL (Setting to False is good if you do not have an STMP server)
Step 4: Run 'python manage.py syncdb'. When prompted about a super user, type yes and follow the instructions. This super user can promote tutees to tutors. Just log in as that account to the site to promote.
Step 5: If you want sample tutee accounts, run 'python manage.py gentutees'. It will show the usernames (all passwords are 123456)
Step 6: If you want sample tutor accounts, run 'python manage.py gentutors'. It will show the usernames (all passwords are 123456)
Step 7: Run 'python manage.py runserver'. This will start the server. You can now navigate to '127.0.0.1:8000' in your web browswer to view the site.