Changes between Version 47 and Version 48 of InstallationGuidelinesApacheModWSGI


Ignore:
Timestamp:
09/24/11 15:32:19 (13 years ago)
Author:
Fran Boon
Comment:

Environment Variables

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesApacheModWSGI

    v47 v48  
    1818== File Permissions ==
    1919{{{
     20chown web2py ~web2py
    2021chown web2py ~web2py/applications/admin/cache
    2122chown web2py ~web2py/applications/admin/cron
     
    3233chown web2py ~web2py/applications/eden/uploads
    3334}}}
     35
     36== Environment Variables ==
     37If running the Survey module & wanting graphs:
     38{{{
     39echo "os.environ['MPLCONFIGDIR'] = '/home/web2py/.matplotlib'" >> "~web2py/wsgihandler.py"
     40}}}
    3441== Cron ==
    3542If running on a UNIX variant (as would be recommended) then suggest using the [http://web2py.com/book/default/chapter/04#Cron Native Cron]