Changes between Version 22 and Version 23 of InstallationGuidelines/VirtualMachine/Maintenance
- Timestamp:
- 09/28/14 12:47:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine/Maintenance
v22 v23 3 3 4 4 == Lubuntu == 5 ''Work-in-progress''6 7 5 1. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu 8 6 - currently this is 14.04.1 … … 50 48 apt-get -y install eclipse-platform 51 49 apt-get clean 50 exit 52 51 }}} 53 52 54 53 5. Install Web2Py & Eden 55 54 {{{ 56 exit57 55 cd 58 56 git clone git://github.com/web2py/web2py.git … … 88 86 9. Add Management Scripts 89 87 {{{ 88 sudo su - 90 89 cat << EOF > "/usr/local/bin/clean" 91 90 #!/bin/sh … … 99 98 EOF 100 99 chmod +x /usr/local/bin/clean 100 exit 101 101 }}} 102 102 == !TurnKey Linux ==