diff --git a/docs/contributors.rst b/docs/contributors.rst index 3645c00c01..b0bc3f8197 100644 --- a/docs/contributors.rst +++ b/docs/contributors.rst @@ -13,6 +13,7 @@ Bug reports * tightwork (https://github.com/tightwork) * Joost Cassee (joost@cassee.net, https://github.com/jcassee) * Brian Huxley +* dAnjou (https://github.com/dAnjou) Bug fixes --------- diff --git a/docs/installation.rst b/docs/installation.rst index 69dccf626a..8a9752cd8e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -36,8 +36,12 @@ If using the ``MySQL`` database manager, use the following commands:: Populate the database with the project's schema doing:: $ ./manage.py syncdb + +Collect the static files of the project into the ``static`` folder for serving via a webserver:: -After that deploy it using the webserver of your preference. Using your are using Apache_, a sample site file is included under the contrib directory. + $ ./manage.py collectstatic + +After that deploy it using the webserver of your preference. If your are using Apache_, a sample site file is included under the contrib directory. .. _Apache: https://www.apache.org/ .. _Debian: http://www.debian.org/