We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd7ebd commit a3d84eaCopy full SHA for a3d84ea
1 file changed
INSTALL
@@ -42,13 +42,14 @@ General Instructions for Deployment of a New Release
42
43
ietf/manage.py collectstatic
44
45
- 6. Run migrations. Some migration create files which need to be writeable
+ 6. Run migrations. Some migrations 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
-
+ sudo su wwwrun -s /bin/bash
+ source env/bin/activate
51
ietf/manage.py migrate
52
+ ^D
53
54
7. Run some basic datatracker system checks::
55
0 commit comments