Changes between Version 13 and Version 14 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 01/07/12 12:00:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v13 v14 29 29 # Email 30 30 apt-get -y install exim4-config exim4-daemon-light 31 # Git 32 apt-get -y install git-core 31 33 32 34 ######### … … 42 44 apt-get -y install python-imaging python-reportlab 43 45 apt-get -y install python-xlwt python-xlrd 44 apt-get -y install bzr45 46 46 47 ######### … … 51 52 addgroup web2py 52 53 cd /home 53 bzr branch lp:~mdipierro/web2py/devel web2py --use-existing-dir 54 git clone git://github.com/mdipierro/web2py.git 54 55 ln -s /home/web2py ~ 55 56 cat << EOF > "/home/web2py/routes.py" … … 73 74 cd web2py 74 75 cd applications 75 bzr branch lp:sahana-eden eden 76 git clone git://github.com/flavour/eden.git 76 77 # Fix permissions 77 78 chown web2py ~web2py … … 368 369 cd ~web2py/applications/eden 369 370 sed -i 's/deployment_settings.base.migrate = False/deployment_settings.base.migrate = True/g' models/000_config.py 370 bzrpull371 git pull 371 372 /usr/local/bin/maintenance 372 373 rm -rf compiled