Changes between Version 22 and Version 23 of InstallationGuidelines/VirtualMachine/Maintenance


Ignore:
Timestamp:
09/28/14 12:47:30 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine/Maintenance

    v22 v23  
    33
    44== Lubuntu ==
    5 ''Work-in-progress''
    6 
    751. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu
    86 - currently this is 14.04.1
     
    5048apt-get -y install eclipse-platform
    5149apt-get clean
     50exit
    5251}}}
    5352
    54535. Install Web2Py & Eden
    5554{{{
    56 exit
    5755cd
    5856git clone git://github.com/web2py/web2py.git
     
    88869. Add Management Scripts
    8987{{{
     88sudo su -
    9089cat << EOF > "/usr/local/bin/clean"
    9190#!/bin/sh
     
    9998EOF
    10099chmod +x /usr/local/bin/clean
     100exit
    101101}}}
    102102== !TurnKey Linux ==