|
@@ -4,7 +4,7 @@ ffdnispdb
|
|
|
``ffdnispdb`` is a website designed to display all the ISPs implementing the
|
|
|
``ispschema`` specification.
|
|
|
|
|
|
-## How to install & develop
|
|
|
+## How to install
|
|
|
|
|
|
``ffdnispdb`` requires python2.
|
|
|
|
|
@@ -23,11 +23,12 @@ Preferably in a virtualenv, run:
|
|
|
pip install -r requirements.txt
|
|
|
python manage.py db create
|
|
|
|
|
|
+### Develop deployement
|
|
|
To start the development server, run:
|
|
|
|
|
|
python manage.py runserver
|
|
|
|
|
|
-## Production deployment
|
|
|
+### Production deployment
|
|
|
To deploy this application, we recommend the use of gunicorn/gevent.
|
|
|
We strongly discourage you to use a synchronous WSGI server, since the app uses
|
|
|
``Server-sent events``.
|