X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=docs%2FINSTALL;h=9630ad71d1858bc3352089dd7bd8b777c23d7612;hb=3b8a61c68fa61eadebf7b19329e8d3bffde9e6b4;hp=7e1f309ddf5b306decb5318a5b9d51d5b7493a7f;hpb=d636cb34a3b13ea3e6b776e951e6276a94d968c6;p=patchwork diff --git a/docs/INSTALL b/docs/INSTALL index 7e1f309..9630ad7 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -144,7 +144,16 @@ 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 + + If you'd like to use the default tag set (Acked-by, Reviewed-by and + Tested-by), then load these default tags: + + PYTHONPATH=lib/python ./manage.py loaddata default_tags + + Finally, 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.