| 1 | = Virtual Machine = |
| 2 | This virtual machine has been built to allow Developers to get operational quickly. |
| 3 | |
| 4 | It is in the Open Virtual Machine format for use in either [http://virtualbox.org VirtualBox] or [http://vmware.com VMWare]. |
| 5 | |
| 6 | It is currently running the Ubuntu 10.04 OS with Web2Py-r2084, Eden-r889 & Eclipse 3.5 |
| 7 | |
| 8 | == Usage Guidelines == |
| 9 | 1. The ubuntu user and the admin account of web2py have the password set to: sahanaeden |
| 10 | 2. The web2py directory on the desktop contains the web2py release and a bzr branch of Eden Trunk located in |
| 11 | {{{ |
| 12 | ~/Desktop/web2py/applications/eden |
| 13 | }}} |
| 14 | 3. Eclipse is preconfigured with the above directory. |
| 15 | 4. {{{w2p}}} is an alias to open an interactive web2py shell |
| 16 | 5. Firefox is pre-populated with Eden bookmarks. |
| 17 | |
| 18 | == Maintenance Docs == |
| 19 | {{{ |
| 20 | sudo su - |
| 21 | apt-get update |
| 22 | apt-get upgrade |
| 23 | exit |
| 24 | cd Desktop/web2py |
| 25 | bzr up |
| 26 | cd applications/eden |
| 27 | bzr pull |
| 28 | }}} |
| 29 | |
| 30 | After removing any unwanted packages, purge the filesystem using: |
| 31 | {{{ |
| 32 | COLUMNS=200 dpkg -l | grep ^rc | awk '{print $2} ' | xargs dpkg -P |
| 33 | }}} |