From d432b25811405f000f798cd1d3b45f161e3098be Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 7 Dec 2016 10:56:11 +0000 Subject: [PATCH] Updated installation instructions. Run migrations as the web server user; migrations may create files which the datatracker should be able to write. - Legacy-Id: 12465 --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 14c078c75..74cf05a45 100644 --- a/INSTALL +++ b/INSTALL @@ -42,7 +42,11 @@ General Instructions for Deployment of a New Release ietf/manage.py collectstatic - 6. Run migrations:: + 6. Run migrations. Some migration 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 ietf/manage.py migrate