Changes between Version 18 and Version 19 of InstallationGuidelines/VirtualMachine/Maintenance
- Timestamp:
- 09/28/14 10:45:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine/Maintenance
v18 v19 7 7 1. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu 8 8 - currently this is 14.04.1 9 9 10 2. Install it as a new image in !VirtualBox 10 11 - accept all defaults … … 13 14 - password: eden 14 15 - Login automatically 16 15 17 3. Update 16 18 {{{ … … 18 20 apt-get -y upgrade 19 21 }}} 20 4. Install dependencies and tools (!@ToDo: Make this a downloadable script) 22 23 4. Install dependencies and tools (@!ToDo: Make this a downloadable script) 21 24 {{{ 22 25 apt-get -y install vim htop p7zip dos2unix … … 47 50 apt-get clean 48 51 }}} 52 49 53 5. Install Web2Py & Eden 50 54 {{{ … … 52 56 git clone git://github.com/web2py/web2py.git 53 57 }}} 58 54 59 6.Configure 55 * [DeveloperGuidelines/Eclipse#Configuration Configure Eclipse] 56 * Add Scripts 60 * [DeveloperGuidelines/Eclipse Configure Eclipse] 61 * Install Firebug: http://getfirebug.com 62 * Add Management Scripts 57 63 58 64 == !TurnKey Linux ==