https://taverna-vm.apache.org/ is a virtual machine, hosted by ASF, where we run test instances of:

This is primarily useful for testing https://github.com/apache/incubator-taverna-mobile as 

HTTP services

..

https://github.com/taverna-extras/taverna-server-docker

SSH access

asd

Updating OS

The VM is running Ubuntu LTS, which should update its apt packages automatically. Occasionally this requires a reboot, e.g. to use a new kernel.

To update manually over ssh, use:

apt update
apt dist-upgrade

Running services

Both services run as Docker containers.

docker run  ..

To update the Docker container recipe, see:

  • No labels