Changes between Version 33 and Version 34 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 03/14/12 15:37:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v33 v34 43 43 44 44 # Install Python 2.6 45 apt-get -y install python2.6 python-dev #ipython #ipython pulls in a lot of dependencies 45 apt-get -y install python2.6 python-dev 46 # 100 Mb of diskspace due to deps, so only if you want an advanced shell 47 #apt-get -y install ipython 46 48 apt-get clean 47 49 apt-get -y install python-lxml python-setuptools python-shapely python-dateutil … … 49 51 apt-get -y install python-serial 50 52 apt-get -y install python-imaging python-reportlab 53 apt-get -y install python-matplotlib 51 54 apt-get -y install python-xlwt python-xlrd 52 55 apt-get -y install build-essential 53 56 apt-get clean 54 57 55 apt-get clean56 58 ######### 57 59 # Web2Py … … 94 96 chown web2py ~web2py/applications/eden/cache 95 97 chown web2py ~web2py/applications/eden/cron 98 mkdir -p ~web2py/applications/eden/databases 96 99 chown web2py ~web2py/applications/eden/databases 97 100 chown web2py ~web2py/applications/eden/errors