-Teraz wystarczy uruchomić serwer deweloperski poleceniem::
-
- ./manage.py runserver
-
-W wyniku powinniśmy otrzymać całkiem funkcjonalny serwer.
+ CELERY_ALWAYS_EAGER = True
+
+
+Deployment
+----------
+Setup your server in fabfile.py and do::
+
+ fab <your_server_name> deploy
+
+Initial deploy will stop and ask you to provide a localsettings.py file.
+A sample localsettings.py will be put on your server, as well as
+sample configuration for `Nginx <http://nginx.org/>`_,
+`Gunicorn <http://gunicorn.org/>`_ and
+`Supervisord <http://supervisord.org/>`_.
+
+
+Publishing books
+----------------
+
+Books are represented as XML files.
+You can import XML files from a directory by running::
+
+ ./manage.py importbooks ../books