Changes between Version 10 and Version 11 of InstallationGuidelines/VirtualMachine/Maintenance


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine/Maintenance

    v10 v11  
    1 = !TurnkeyLinux Virtual Machine Maintenance Docs =
     1= Virtual Machine Maintenance =
     2[[TOC]]
    23
    3 In addition to the [InstallationGuidelines/VirtualMachine Developer Virtual Machine], there is a version based on
    4 a !TurnkeyLinux Base Virtual Machine. This version is currently far out of date, and not in use.
     4== Lubuntu ==
     5''Work-in-progress''
     6
     71. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu
     8 - currently this is 14.04.1
     92. Update
     10{{{
     11apt-get update
     12apt-get -y upgrade
     13}}}
     143. Install dependencies and tools
     15{{{
     16apt-get -y install unzip psmisc mlocate telnet lrzsz vim elinks-lite rcconf htop sudo p7zip dos2unix curl
     17apt-get -y install git-core
     18apt-get -y install exim4-config exim4-daemon-light
     19apt-get -y install libgeos-c1
     20apt-get -y install python-dev
     21apt-get -y install python-lxml python-setuptools python-dateutil
     22apt-get -y install python-serial
     23apt-get -y install python-imaging python-reportlab
     24apt-get -y install python-matplotlib
     25apt-get -y install python-xlwt
     26apt-get -y install build-essential
     27apt-get -y install libgeos-dev
     28wget --no-check-certificate http://pypi.python.org/packages/source/S/Shapely/Shapely-1.4.0.tar.gz
     29tar zxvf Shapely-1.4.0.tar.gz
     30cd Shapely-1.4.0
     31python setup.py install
     32cd ..
     33wget --no-check-certificate https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz
     34tar zxvf xlrd-0.9.3.tar.gz
     35cd xlrd-0.9.3
     36python setup.py install
     37cd ..
     38apt-get -y install eclipse-platform
     39apt-get clean
     40}}}
     414. Install Web2Py & Eden
     42{{{
     43cd
     44git clone git://github.com/web2py/web2py.git
     45}}}
     465.Configure
     47
     48
     49== !TurnKey Linux ==
     50
     51http://www.turnkeylinux.org/sahana-eden
     52
     53NB This version is currently far out of date, and not currently in use.
    554
    655-----
     
    2675}}}
    2776
    28 == Resume Uploads ==
     77== General ==
     78
     79=== Resume Uploads ===
    2980If the scp upload fails, then can resume it using:
    3081{{{
     
    3283}}}
    3384
    34 == Info only ==
     85=== Info only ===
    3586The next 2 steps are unnecessary if exporting to OVF?
    3687
     
    49100VBoxManage modifyhd c:\Users\%USERNAME%\.virtualbox\harddisks\Eden-Dev.vdi compact
    50101}}}
     102
    51103----
    52104InstallationGuidelinesVirtualMachine