Difference between revisions of "VMware HOWTO"

From GMOD
Jump to: navigation, search
(VMWare Images)
(Preliminaries)
Line 7: Line 7:
 
=Preliminaries=
 
=Preliminaries=
  
First, download either [http://www.vmware.com/products/beta/fusion/ VMWare Fusion] for the Mac or [http://www.vmware.com/products/beta/ws/ VMWare Workstation 6 (beta)] for the Linux PC.  Other versions of VMWare Workstation or VMWare Server should work for Windows and Linux but are currently untested.
+
First, download either [http://www.vmware.com/products/beta/fusion/ VMWare Fusion] (beta) for the Mac or [http://www.vmware.com/products/ws/ VMWare Workstation 6] for the Linux PC.  Other versions of VMWare Workstation or VMWare Server should work for Windows and Linux but are currently untested.
  
 
=Getting the VMWare Image=
 
=Getting the VMWare Image=

Revision as of 22:52, 20 June 2007

This page or section needs to be edited. Please help by editing this page to add your revisions or additions.

VMWare Images

VMWare images containing GMOD software will let you try GMOD software without installing it on your local machine. Instead, the software runs inside a virtual machine on your computer. We will update these pre-configured virtual machine images over time, watch this page for more information. These virtual machines were created with RPM packages from http://biopackages.net. If you want to install this software directly on your computer please see the Biopackages HOWTO (we highly recommend using the CentOS 4 distribution with these packages).

Preliminaries

First, download either VMWare Fusion (beta) for the Mac or VMWare Workstation 6 for the Linux PC. Other versions of VMWare Workstation or VMWare Server should work for Windows and Linux but are currently untested.

Getting the VMWare Image

Once VMWare Workstation (or Fusion) is correctly installed you can download the VMWare images we have created that contain several GMOD tools pre-installed and configured. The images can be browsed and downloaded from the [Biopackages] server.

The most recent VMWare image (centos4.i386.testing.04-23-07.v2.tar.gz) includes GMODWeb and Chado pre-loaded with Yeast data.

To install this VM download it and unzip/untar it.

Launching the VMWare Image

Now that you have the VMWare image downloaded and decompressed, launch VMWare. Either double-click on the Mac or in a terminal in Linux use the command:

vmware

Choose 'File->Open...' and navigate to the image directory you just decompressed. Locate the appropriate file and click 'Open'.

Next, click the 'Power On' button to boot up this virtual machine.

Using the VMWare Image

Now that the image is booted you may need to do some configuration depending on your environment. First, login as root (password is gmodchado). Next, make sure the network is setup correctly, it is currently configured to use DHCP. To change it issue the command:

system-config-network

and follow the directions.

PostgreSQL(database) and Apache (web server) should be running already. You can check by:

/etc/init.d/postgresql status
/etc/init.d/httpd status

If they are not start them:

/etc/init.d/postgresql start
/etc/init.d/httpd start

You can see what software is installed using the following RPM command:

rpm -qa | less

Viewing GMODWeb

The image does not provide XWindows so you need to use Mozilla (or another web browser) on your host machine. Open http://VM_IP_ADDRESS in your browser and you should be redirected to the GMODWeb home page. You can try out GMODWeb, GBrowse, Textpresso, AmiGO, and BlastGraphic though this site.

Authors

Brian O'Connor