From 0a077e9d6d255d99d4db0c4fdd013ba9d44ec813 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 31 Aug 2011 00:03:50 -0400 Subject: [PATCH] Updated documentation added collectstatic missing step, issue #11 --- docs/contributors.rst | 1 + docs/installation.rst | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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/