Changes between Version 33 and Version 34 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL


Ignore:
Timestamp:
03/14/12 15:37:43 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server/CherokeePostgreSQL

    v33 v34  
    4343
    4444# Install Python 2.6
    45 apt-get -y install python2.6 python-dev #ipython #ipython pulls in a lot of dependencies
     45apt-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
    4648apt-get clean
    4749apt-get -y install python-lxml python-setuptools python-shapely python-dateutil
     
    4951apt-get -y install python-serial
    5052apt-get -y install python-imaging python-reportlab
     53apt-get -y install python-matplotlib
    5154apt-get -y install python-xlwt python-xlrd
    5255apt-get -y install build-essential
    5356apt-get clean
    5457
    55 apt-get clean
    5658#########
    5759# Web2Py
     
    9496chown web2py ~web2py/applications/eden/cache
    9597chown web2py ~web2py/applications/eden/cron
     98mkdir -p ~web2py/applications/eden/databases
    9699chown web2py ~web2py/applications/eden/databases
    97100chown web2py ~web2py/applications/eden/errors