Skip to content

Commit 3a4c5a2

Browse files
committed
Updated the INSTALL file after feedback from glen@amsl.com.
- Legacy-Id: 10377
1 parent ebfebde commit 3a4c5a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALL

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

3838
pip install -r requirements.txt
3939

40-
5. Run migrations::
40+
5. Move static files to the appropriate direcrory for serving via CDN::
4141

42-
ietf/manage.py migrate
42+
ietf/manage.py collectstatic
4343

44-
6. Move static files to the appropriate direcrory for serving via CDN::
44+
6. Run migrations::
4545

46-
ietf/manage.py collectstatic
46+
ietf/manage.py migrate
4747

4848
7. Run some basic datatracker system checks::
4949

0 commit comments

Comments
 (0)