Changes between Version 18 and Version 19 of InstallationGuidelines/VirtualMachine/Maintenance


Ignore:
Timestamp:
09/28/14 10:45:25 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine/Maintenance

    v18 v19  
    771. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu
    88 - currently this is 14.04.1
     9
    9102. Install it as a new image in !VirtualBox
    1011 - accept all defaults
     
    1314 - password: eden
    1415 - Login automatically
     16
    15173. Update
    1618{{{
     
    1820apt-get -y upgrade
    1921}}}
    20 4. Install dependencies and tools (!@ToDo: Make this a downloadable script)
     22
     234. Install dependencies and tools (@!ToDo: Make this a downloadable script)
    2124{{{
    2225apt-get -y install vim htop p7zip dos2unix
     
    4750apt-get clean
    4851}}}
     52
    49535. Install Web2Py & Eden
    5054{{{
     
    5256git clone git://github.com/web2py/web2py.git
    5357}}}
     58
    54596.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
    5763
    5864== !TurnKey Linux ==