Updated the installation instructions based on feedback from mlarson@amsl.com.
- Legacy-Id: 12740
This commit is contained in:
parent
2cd7ebd636
commit
a3d84ea88f
7
INSTALL
7
INSTALL
|
@ -42,13 +42,14 @@ General Instructions for Deployment of a New Release
|
||||||
|
|
||||||
ietf/manage.py collectstatic
|
ietf/manage.py collectstatic
|
||||||
|
|
||||||
6. Run migrations. Some migration create files which need to be writeable
|
6. Run migrations. Some migrations create files which need to be writeable
|
||||||
by the web servers, so make sure that you're running as wwwrun when
|
by the web servers, so make sure that you're running as wwwrun when
|
||||||
doing this::
|
doing this::
|
||||||
|
|
||||||
sudo su - wwwrun -s /bin/bash
|
sudo su wwwrun -s /bin/bash
|
||||||
|
source env/bin/activate
|
||||||
ietf/manage.py migrate
|
ietf/manage.py migrate
|
||||||
|
^D
|
||||||
|
|
||||||
7. Run some basic datatracker system checks::
|
7. Run some basic datatracker system checks::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue