Changes between Version 13 and Version 14 of InstallationGuidelines/Linux/Developer/Script
- Timestamp:
- 01/07/12 11:51:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Script
v13 v14 65 65 # Install Python Libs 66 66 #sudo apt-get install -y python2.7 python-dateutil 67 sudo apt-get install -y python-lxml python-shapely bzr67 sudo apt-get install -y python-lxml python-shapely git-core 68 68 if [[ "$MODE" = "medium" ]]; then 69 69 sudo apt-get -y install python-reportlab python-xlrd python-xlwt … … 77 77 cd /home 78 78 if [[ "$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 84 80 else 85 81 # Install the stable version … … 103 99 # Install Eden 104 100 cd /home/web2py/applications 105 bzr branch lp:sahana-eden eden 106 101 git clone git://github.com/flavour/eden.git 107 102 cp /home/web2py/applications/eden/deployment-templates/models/000_config.py /home/web2py/applications/eden/models 108 103 sed -i 's|EDITING_CONFIG_FILE = False|EDITING_CONFIG_FILE = True|' /home/web2py/applications/eden/models/000_config.py