Updated the INSTALL file after feedback from glen@amsl.com.
- Legacy-Id: 10377
This commit is contained in:
parent
ebfebde27a
commit
3a4c5a2de5
10
INSTALL
10
INSTALL
|
@ -37,14 +37,14 @@ General Instructions for Deployment of a New Release
|
|||
|
||||
pip install -r requirements.txt
|
||||
|
||||
5. Run migrations::
|
||||
|
||||
ietf/manage.py migrate
|
||||
|
||||
6. Move static files to the appropriate direcrory for serving via CDN::
|
||||
5. Move static files to the appropriate direcrory for serving via CDN::
|
||||
|
||||
ietf/manage.py collectstatic
|
||||
|
||||
6. Run migrations::
|
||||
|
||||
ietf/manage.py migrate
|
||||
|
||||
7. Run some basic datatracker system checks::
|
||||
|
||||
ietf/manage.py check
|
||||
|
|
Loading…
Reference in a new issue