Bob Mottram 11 anos atrás
pai
commit
84361729f2
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      beaglebone.txt

+ 2
- 1
beaglebone.txt Ver arquivo

6577
 from paste.deploy import loadapp
6577
 from paste.deploy import loadapp
6578
 from flup.server.fcgi import WSGIServer
6578
 from flup.server.fcgi import WSGIServer
6579
 
6579
 
6580
-CONFIG_PATH = '/srv/mymediagoblindomain/mediagoblin/paste.ini'
6580
+CONFIG_PATH = '/srv/mymediagoblindomain/mediagoblin/paste_local.ini'
6581
 
6581
 
6582
 ## Uncomment this to run celery in "always eager" mode... ie, you don't have
6582
 ## Uncomment this to run celery in "always eager" mode... ie, you don't have
6583
 ## to run a separate process, but submissions wait till processing finishes
6583
 ## to run a separate process, but submissions wait till processing finishes
6596
 Save and exit, then edit the Apache configuration for your mediagoblin site.
6596
 Save and exit, then edit the Apache configuration for your mediagoblin site.
6597
 
6597
 
6598
 #+BEGIN_SRC: bash
6598
 #+BEGIN_SRC: bash
6599
+chown -hR mediagoblin:mediagoblin /srv/$HOSTNAME
6599
 emacs /etc/apache2/sites-available/mymediagoblindomain
6600
 emacs /etc/apache2/sites-available/mymediagoblindomain
6600
 #+END_SRC
6601
 #+END_SRC
6601
 
6602