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:
parent
7dfbe51913
commit
d432b25811
6
INSTALL
6
INSTALL
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue