Using VM's

Installing VirtualBox

The VM's are created using virtualbox (http://virtualbox.org) and are expected to be deployed on the virtualbox software. Virtualbox is free software that runs on windows, mac and linux and allows you to create and run virtual machines.

Installing Virtual Machine

Once virtualbox is installed you can download the virtual machine using the URL provided. Once the image is downloaded you can either double click on the ova file (which should import it) or use File->Import Appliance in the virtualbox application. This will create a virtual machine from the image.

Networking.

for Windows:

  1. install Cygwin

Starting the Virtual Machine

After this is done you can start the virtual machine by clicking on it in the virtualbox application and click start.

Change password

  1. type passwd at the command line
  2. enter old password
  3. enter new password
  4. enter new password

Updating pecan

  1. retrieve latest version of PEcAn from repository:
    cd pecan
    bzr pull <username>@<server>/path/to/repository
    
  2. change permissions on R library
    sudo chmod -R a+rwx /usr/local/lib/R/site-library/
    
  3. build pecan
    buildpecan