summaryrefslogtreecommitdiff
path: root/README.mdwn
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-26 11:26:41 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-26 11:28:11 +0000
commit9f83e209f8e75da91154db451166094c3d36f784 (patch)
treef09f8a78b38461e16f5ebab60da4c58b2e41c17f /README.mdwn
parent8262b80d845a061f1d9e2563f1299566344f3286 (diff)
downloadinfrastructure-9f83e209f8e75da91154db451166094c3d36f784.tar.gz
openid_provider: Tweak README
Now that there is a log file, the manage.py tool needs to be run a s the user who owns the log file.
Diffstat (limited to 'README.mdwn')
-rw-r--r--README.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mdwn b/README.mdwn
index d318eaec..deb3042d 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -133,7 +133,7 @@ To deploy this system to production:
Now you need to SSH into the system (via the frontend system perhaps) and run
the database migrations, before the app will work:
- python /srv/baserock_openid_provider/manage.py migrate
+ sudo -u cherokee python /srv/baserock_openid_provider/manage.py migrate
FIXME: I guess this could be done with cloud-init.