Use local

This commit is contained in:
Bob Mottram 2014-04-05 15:01:55 +01:00
parent 3c9205d833
commit 84361729f2
1 changed files with 2 additions and 1 deletions

View File

@ -6577,7 +6577,7 @@ Add the following, replacing /mymediagoblindomain/ with your mediagoblin domain
from paste.deploy import loadapp
from flup.server.fcgi import WSGIServer
CONFIG_PATH = '/srv/mymediagoblindomain/mediagoblin/paste.ini'
CONFIG_PATH = '/srv/mymediagoblindomain/mediagoblin/paste_local.ini'
## Uncomment this to run celery in "always eager" mode... ie, you don't have
## to run a separate process, but submissions wait till processing finishes
@ -6596,6 +6596,7 @@ if __name__ == '__main__':
Save and exit, then edit the Apache configuration for your mediagoblin site.
#+BEGIN_SRC: bash
chown -hR mediagoblin:mediagoblin /srv/$HOSTNAME
emacs /etc/apache2/sites-available/mymediagoblindomain
#+END_SRC