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+ * install PostgreSQL 8.3+
* make sure you have virtualenv installed: * make sure you have virtualenv installed:
...@@ -10,21 +9,30 @@ http://www.virtualenv.org/en/latest/ ...@@ -10,21 +9,30 @@ http://www.virtualenv.org/en/latest/
* create a virtualenv: * create a virtualenv:
```
virtualenv venv virtualenv venv
```
* activate virtual environment * activate virtual environment
```
source venv/bin/activate source venv/bin/activate
````
* install requirements * install requirements
```
pip install -r requirements.txt pip install -r requirements.txt
```
* reset * reset database
```
./reset.sh ./reset.sh
```
* start server * start server
```
python manage.py runserver 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