Changes between Initial Version and Version 1 of InstallationGuidelinesVirtualMachine


Ignore:
Timestamp:
07/23/10 13:41:30 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesVirtualMachine

    v1 v1  
     1= Virtual Machine =
     2This virtual machine has been built to allow Developers to get operational quickly.
     3
     4It is in the Open Virtual Machine format for use in either [http://virtualbox.org VirtualBox] or [http://vmware.com VMWare].
     5
     6It 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{{{
     20sudo su -
     21apt-get update
     22apt-get upgrade
     23exit
     24cd Desktop/web2py
     25bzr up
     26cd applications/eden
     27bzr pull
     28}}}
     29
     30After removing any unwanted packages, purge the filesystem using:
     31{{{
     32COLUMNS=200 dpkg -l | grep ^rc | awk '{print $2} ' | xargs dpkg -P
     33}}}