From 3a4c5a2de5b10f9bff3dff5325a33838e1aa0918 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 3 Nov 2015 03:47:37 +0000 Subject: [PATCH] Updated the INSTALL file after feedback from glen@amsl.com. - Legacy-Id: 10377 --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 3ae79866f..edb976fbe 100644 --- a/INSTALL +++ b/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