Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The VirtualBox appliance for VIVO v1.4.1 uses Debian 6.0.1 and comes with Harvester 1.3.

Login Information

The VIVO virtual machine Linux root user is vitro. The password is vitro123.

The default administrator of the VIVO web site is vivo_root@localhost. The default password is "rootPassword" (was vitro123), and you'll have to pick a new password the first time you log into VIVO.

Browse from host machine

Tomcat runs on port 8080. You will need to forward host port 8080 to guest port 8080. To browse from the host machine, after installing the machine, setup port forwarding by referencing the following guide:

http://www.rustyrazorblade.com/2010/12/virtualbox-4-nat-port-forwarding-gui/

Connecting to your local VIVO

You may find you are not able to browse a local VIVO running in the virtual appliance. First, verify the network devices by running "sudo ifconfig -a" in the console, using the correct root password. The output should look like the following:

...

Then, you should be able to connect to your local VIVO at http://127.0.1.1:8080/vivo.

ssh into Appliance

The 1.3 appliance has an ssh server installed. In order to use it, you will have to configure VirtualBox to map a port on the host system to the ssh port (port 22) on the guest.

Then you can ssh into the appliance using the following command:

No Format

ssh -l vitro -p 2222 localhost

Enter vitro123 at the password prompt and you're in.

Secure file copy

From the host computer, you can copy files to the virtual appliance as follows:

No Format

scp -P 2222 <filename> vitro@localhost:<Destination>

Conflicts with a local VIVO Installation

If you have a local VIVO running on port 8080, just change the HostPort for apache in the above commands to something else, like 8081. Keep GuestPort 8080. Then you can run something like

...

will connect to your local VIVO installation.

Log files

The log files catalina.out and vivo.all.log are not in the same folder (as is the case with some VIVO installations). Their locations are:

No Format

/var/log/tomcat6/catalina.out
/usr/share/tomcat6/logs/vivo.all.log