We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfbe51 commit d432b25Copy full SHA for d432b25
1 file changed
INSTALL
@@ -42,7 +42,11 @@ General Instructions for Deployment of a New Release
42
43
ietf/manage.py collectstatic
44
45
- 6. Run migrations::
+ 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
50
51
ietf/manage.py migrate
52
0 commit comments