Skip to content

Commit a3d84ea

Browse files
committed
Updated the installation instructions based on feedback from mlarson@amsl.com.
- Legacy-Id: 12740
1 parent 2cd7ebd commit a3d84ea

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

INSTALL

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ General Instructions for Deployment of a New Release
4242

4343
ietf/manage.py collectstatic
4444

45-
6. Run migrations. Some migration create files which need to be writeable
45+
6. Run migrations. Some migrations create files which need to be writeable
4646
by the web servers, so make sure that you're running as wwwrun when
4747
doing this::
4848

49-
sudo su - wwwrun -s /bin/bash
50-
49+
sudo su wwwrun -s /bin/bash
50+
source env/bin/activate
5151
ietf/manage.py migrate
52+
^D
5253

5354
7. Run some basic datatracker system checks::
5455

0 commit comments

Comments
 (0)