Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
benadida committed Dec 2, 2012
1 parent 2ea6029 commit 2c4a8f6
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

* install PostgreSQL 8.3+

* make sure you have virtualenv installed:
Expand All @@ -10,21 +9,30 @@ http://www.virtualenv.org/en/latest/

* create a virtualenv:

virtualenv venv
```
virtualenv venv
```

* activate virtual environment

source venv/bin/activate
```
source venv/bin/activate
````
* install requirements
pip install -r requirements.txt
```
pip install -r requirements.txt
```
* reset
* reset database
./reset.sh
```
./reset.sh
```
* start server
python manage.py runserver

```
python manage.py runserver
```

0 comments on commit 2c4a8f6

Please sign in to comment.