| 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 | |
| | 7 | 1. Get the latest LTS Lubuntu: https://help.ubuntu.com/community/Lubuntu/GetLubuntu |
| | 8 | - currently this is 14.04.1 |
| | 9 | 2. Update |
| | 10 | {{{ |
| | 11 | apt-get update |
| | 12 | apt-get -y upgrade |
| | 13 | }}} |
| | 14 | 3. Install dependencies and tools |
| | 15 | {{{ |
| | 16 | apt-get -y install unzip psmisc mlocate telnet lrzsz vim elinks-lite rcconf htop sudo p7zip dos2unix curl |
| | 17 | apt-get -y install git-core |
| | 18 | apt-get -y install exim4-config exim4-daemon-light |
| | 19 | apt-get -y install libgeos-c1 |
| | 20 | apt-get -y install python-dev |
| | 21 | apt-get -y install python-lxml python-setuptools python-dateutil |
| | 22 | apt-get -y install python-serial |
| | 23 | apt-get -y install python-imaging python-reportlab |
| | 24 | apt-get -y install python-matplotlib |
| | 25 | apt-get -y install python-xlwt |
| | 26 | apt-get -y install build-essential |
| | 27 | apt-get -y install libgeos-dev |
| | 28 | wget --no-check-certificate http://pypi.python.org/packages/source/S/Shapely/Shapely-1.4.0.tar.gz |
| | 29 | tar zxvf Shapely-1.4.0.tar.gz |
| | 30 | cd Shapely-1.4.0 |
| | 31 | python setup.py install |
| | 32 | cd .. |
| | 33 | wget --no-check-certificate https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz |
| | 34 | tar zxvf xlrd-0.9.3.tar.gz |
| | 35 | cd xlrd-0.9.3 |
| | 36 | python setup.py install |
| | 37 | cd .. |
| | 38 | apt-get -y install eclipse-platform |
| | 39 | apt-get clean |
| | 40 | }}} |
| | 41 | 4. Install Web2Py & Eden |
| | 42 | {{{ |
| | 43 | cd |
| | 44 | git clone git://github.com/web2py/web2py.git |
| | 45 | }}} |
| | 46 | 5.Configure |
| | 47 | |
| | 48 | |
| | 49 | == !TurnKey Linux == |
| | 50 | |
| | 51 | http://www.turnkeylinux.org/sahana-eden |
| | 52 | |
| | 53 | NB This version is currently far out of date, and not currently in use. |