Changes between Version 4 and Version 5 of InstallationGuidelines/Linux/Server
- Timestamp:
- 11/17/11 22:46:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server
v4 v5 12 12 13 13 Other combinations are, of course, possible, but we don't provide installation scripts for these. 14 15 For the Survey module: 16 {{{ 17 mkdir /home/web2py/.matplotlib 18 chown web2py /home/web2py/.matplotlib 19 echo "os.environ['MPLCONFIGDIR'] = '/home/web2py/.matplotlib'" >> ~web2py/wsgihandler.py 20 sed -i 's|TkAgg|Agg|' /etc/matplotlibrc 21 }}} 14 22 15 23 * ConfigurationGuidelines