X-Git-Url: http://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=docs%2FINSTALL;h=cb0eccfc85a64dabe7cf82a1479156f72328d4aa;hp=7e1f309ddf5b306decb5318a5b9d51d5b7493a7f;hb=daa3ae42eee5e569881070bcc2958b361743f70a;hpb=d636cb34a3b13ea3e6b776e951e6276a94d968c6 diff --git a/docs/INSTALL b/docs/INSTALL index 7e1f309..cb0eccf 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -144,7 +144,11 @@ in brackets): PYTHONPATH=lib/python ./manage.py syncdb - And add privileges for your mail and web users. This is only needed if + and initialise the static content: + + PYTHONPATH=lib/python ./manage.py collectstatic + + and add privileges for your mail and web users. This is only needed if you use the ident-based approach. If you use password-based database authentication, you can skip this step.