Changes between Version 12 and Version 13 of InstallationGuidelines/VirtualMachine/Maintenance
- Timestamp:
- 09/24/14 11:33:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachine/Maintenance
v12 v13 7 7 1. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu 8 8 - currently this is 14.04.1 9 2. Update 9 2. Install it as a new image in VirtualBox 10 - accept all defaults 11 - US Keyboard 12 - username: dev 13 - password: eden 14 - Login automatically 15 3. Update 10 16 {{{ 11 17 apt-get update 12 18 apt-get -y upgrade 13 19 }}} 14 3. Install dependencies and tools20 4. Install dependencies and tools 15 21 {{{ 16 22 apt-get -y install unzip psmisc mlocate telnet lrzsz vim elinks-lite rcconf htop sudo p7zip dos2unix curl … … 39 45 apt-get clean 40 46 }}} 41 4. Install Web2Py & Eden47 5. Install Web2Py & Eden 42 48 {{{ 43 49 cd 44 50 git clone git://github.com/web2py/web2py.git 45 51 }}} 46 5.Configure52 6.Configure 47 53 48 54