Skip to content

Commit d432b25

Browse files
committed
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
1 parent 7dfbe51 commit d432b25

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

INSTALL

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ General Instructions for Deployment of a New Release
4242

4343
ietf/manage.py collectstatic
4444

45-
6. Run migrations::
45+
6. Run migrations. Some migration create files which need to be writeable
46+
by the web servers, so make sure that you're running as wwwrun when
47+
doing this::
48+
49+
sudo su - wwwrun -s /bin/bash
4650

4751
ietf/manage.py migrate
4852

0 commit comments

Comments
 (0)