Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GnuRant committed May 20, 2014
1 parent 0f16978 commit db459a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ MyMobiCost
==========
Calcola il costo della vita nella provincia di Belluno

![Alt text](http://s8.postimg.org/7etznz9np/screen.png "Image")

# Backend

###Installazione pip
Expand All @@ -11,12 +13,13 @@ Calcola il costo della vita nella provincia di Belluno
```bash
python get-pip.py
```
###Installazione flask e pg8000 Flask-CORS
###Installazione flask e pg8000 Flask-CORS e Gunicorn

```bash
pip install Flask
pip install pg8000
pip install flask-cors
pip install gunicorn
```
###Avviare il server
```
Expand All @@ -27,4 +30,9 @@ Calcola il costo della vita nella provincia di Belluno
http://0.0.0.0:5000/status
```

####Server in produzione
```bash
gunicorn -c gunicornconfig.py application:app
```

##[API](https://github.com/GnuRant/MyMobiCost/wiki)

0 comments on commit db459a1

Please sign in to comment.