Updated installation instructions. Run migrations as the web server user; migrations may create files which the datatracker should be able to write.

- Legacy-Id: 12465
This commit is contained in:
Henrik Levkowetz 2016-12-07 10:56:11 +00:00
parent 7dfbe51913
commit d432b25811

View file

@ -42,7 +42,11 @@ General Instructions for Deployment of a New Release
ietf/manage.py collectstatic
6. Run migrations::
6. Run migrations. Some migration create files which need to be writeable
by the web servers, so make sure that you're running as wwwrun when
doing this::
sudo su - wwwrun -s /bin/bash
ietf/manage.py migrate