Revision ac2fbadf doc/source/install.rst

b/doc/source/install.rst
12 12

  
13 13
Upgrading from v<1.1.x
14 14
----------------------
15
If upgrading from flowspy version <1.1.x pay attention to settings.py changes. Also, do not forget to run::
15

  
16
.. note::
17
    If PEER\_\*\_TABLE tables are set to FALSE in settings.py, you need to perform the south migrations per application:: 
18
    
19
        ./manage.py migrate longerusername
20
        ./manage.py migrate flowspec
21
        ./manage.py migrate accounts
22
        
23
        
24

  
25
If upgrading from flowspy version <1.1.x pay attention to settings.py changes. Also, do not forget to run if PEER\_\*\_TABLE tables are set to TRUE in settings.py::
16 26
    
17 27
    ./manage.py migrate 
18 28
    
19
to catch-up with latest database changes.
29
to catch-up with latest database changes. 
20 30

  
21 31
Upgrading from v<1.0.x
22 32
----------------------
......
141 151
    cp urls.py.dist urls.py
142 152
    cd ..
143 153

  
154
.. note::
155
    LOG_FILE_LOCATION in settings.py is set to **/var/log/fod**. Adjust the chown command above to your selected dir.
156

  
144 157
System configuration
145 158
====================
146 159
Apache operates as a gunicorn Proxy with WSGI and Shibboleth modules enabled.
......
390 403
    CELERYD_LOG_FILE="/var/log/celery/fod_%n.log"
391 404
    CELERYD_PID_FILE="/var/run/celery/%n.pid"
392 405
    
393
    # Workers should run as an unprivileged user.
394
    CELERYD_USER="celery"
395
    CELERYD_GROUP="celery"
406
    CELERYD_USER="root"
407
    CELERYD_GROUP="root"
396 408
    
397 409
    # Name of the projects settings module.
398 410
    export DJANGO_SETTINGS_MODULE="flowspy.settings"

Also available in: Unified diff