Updated the INSTALL file after feedback from glen@amsl.com.

- Legacy-Id: 10377
This commit is contained in:
Henrik Levkowetz 2015-11-03 03:47:37 +00:00
parent ebfebde27a
commit 3a4c5a2de5

10
INSTALL
View file

@ -37,14 +37,14 @@ General Instructions for Deployment of a New Release
pip install -r requirements.txt pip install -r requirements.txt
5. Run migrations:: 5. Move static files to the appropriate direcrory for serving via CDN::
ietf/manage.py migrate
6. Move static files to the appropriate direcrory for serving via CDN::
ietf/manage.py collectstatic ietf/manage.py collectstatic
6. Run migrations::
ietf/manage.py migrate
7. Run some basic datatracker system checks:: 7. Run some basic datatracker system checks::
ietf/manage.py check ietf/manage.py check