Changes between Version 13 and Version 14 of InstallationGuidelines/Linux/Developer/Script


Ignore:
Timestamp:
01/07/12 11:51:44 (13 years ago)
Author:
Daniel Klischies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Script

    v13 v14  
    6565# Install Python Libs
    6666#sudo apt-get install -y python2.7 python-dateutil
    67 sudo apt-get install -y python-lxml python-shapely bzr
     67sudo apt-get install -y python-lxml python-shapely git-core
    6868if [[ "$MODE" = "medium" ]]; then
    6969    sudo apt-get -y install python-reportlab python-xlrd python-xlwt
     
    7777cd /home
    7878if [[ "$MODE" = "full" ]]; then
    79     # Install Bzr Trunk    # @ToDo: Download from Hg or Git now that Bzr no longer being maintained
    80     #bzr branch lp:~mdipierro/web2py/devel web2py
    81     # Install the stable version
    82     wget http://www.web2py.com/examples/static/web2py_src.zip
    83     unzip web2py_src.zip
     79    git clone git://github.com/mdipierro/web2py.git
    8480else
    8581    # Install the stable version
     
    10399# Install Eden
    104100cd /home/web2py/applications
    105 bzr branch lp:sahana-eden eden
    106 
     101git clone git://github.com/flavour/eden.git
    107102cp /home/web2py/applications/eden/deployment-templates/models/000_config.py /home/web2py/applications/eden/models
    108103sed -i 's|EDITING_CONFIG_FILE = False|EDITING_CONFIG_FILE = True|' /home/web2py/applications/eden/models/000_config.py