Skip to content

Commit bfd12bd

Browse files
committed
Added setup instructions
1 parent 5852985 commit bfd12bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Development Setup Instructions:
2+
3+
1) Setup a virtualenv (perhaps named 'studentapp')
4+
5+
2) Clone this repository and change into the root directory
6+
7+
3) Run `pip install -r requirements.txt` to install required dependencies
8+
9+
4) Copy config.py.example to config.py in the same directory, and fill in your environment settings
10+
11+
5) Run `python manage.py db upgrade` to create the database tables.
12+
13+
6) Run `python manage.py runserver` to start the development server.

0 commit comments

Comments
 (0)