From a3d84ea88f09a2a797f8e1794dcd7e56e37d5b3a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 26 Jan 2017 19:19:24 +0000 Subject: [PATCH] Updated the installation instructions based on feedback from mlarson@amsl.com. - Legacy-Id: 12740 --- INSTALL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 74cf05a45..3aad0c1c3 100644 --- a/INSTALL +++ b/INSTALL @@ -42,13 +42,14 @@ General Instructions for Deployment of a New Release 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 doing this:: - sudo su - wwwrun -s /bin/bash - + sudo su wwwrun -s /bin/bash + source env/bin/activate ietf/manage.py migrate + ^D 7. Run some basic datatracker system checks::