Changes between Version 12 and Version 13 of InstallationGuidelines/VirtualMachine/Maintenance


Ignore:
Timestamp:
09/24/14 11:33:28 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine/Maintenance

    v12 v13  
    771. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu
    88 - currently this is 14.04.1
    9 2. Update
     92. Install it as a new image in VirtualBox
     10 - accept all defaults
     11 - US Keyboard
     12 - username: dev
     13 - password: eden
     14 - Login automatically
     153. Update
    1016{{{
    1117apt-get update
    1218apt-get -y upgrade
    1319}}}
    14 3. Install dependencies and tools
     204. Install dependencies and tools
    1521{{{
    1622apt-get -y install unzip psmisc mlocate telnet lrzsz vim elinks-lite rcconf htop sudo p7zip dos2unix curl
     
    3945apt-get clean
    4046}}}
    41 4. Install Web2Py & Eden
     475. Install Web2Py & Eden
    4248{{{
    4349cd
    4450git clone git://github.com/web2py/web2py.git
    4551}}}
    46 5.Configure
     526.Configure
    4753
    4854