Changes between Version 4 and Version 5 of InstallationGuidelines/Linux/Server


Ignore:
Timestamp:
11/17/11 22:46:34 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server

    v4 v5  
    1212
    1313Other combinations are, of course, possible, but we don't provide installation scripts for these.
     14
     15For the Survey module:
     16{{{
     17mkdir /home/web2py/.matplotlib
     18chown web2py /home/web2py/.matplotlib
     19echo "os.environ['MPLCONFIGDIR'] = '/home/web2py/.matplotlib'" >> ~web2py/wsgihandler.py
     20sed -i 's|TkAgg|Agg|' /etc/matplotlibrc
     21}}}
    1422
    1523 * ConfigurationGuidelines