Skip to content
Snippets Groups Projects
Commit 2c4a8f66 authored by Ben Adida's avatar Ben Adida
Browse files

Update INSTALL.md

formatting
parent 2ea60296
No related branches found
No related tags found
No related merge requests found
* install PostgreSQL 8.3+
* make sure you have virtualenv installed:
......@@ -10,21 +9,30 @@ http://www.virtualenv.org/en/latest/
* create a virtualenv:
```
virtualenv venv
```
* activate virtual environment
```
source venv/bin/activate
````
* install requirements
```
pip install -r requirements.txt
```
* reset
* reset database
```
./reset.sh
```
* start server
```
python manage.py runserver
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment