Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
jenkins_job_root = jenkins_root + '/job'
jenkins_view_root = jenkins_root + '/view'
omero_job_root = jenkins_job_root + '/' + jenkins_job
virtual_job_root = jenkins_job_root + '/' + jenkins_job + '-virtualbox'

# Variables used to define other extlinks
cvs_root = 'http://cvs.openmicroscopy.org.uk'
Expand All @@ -152,6 +153,7 @@
'jenkinsview' : (jenkins_view_root + '/%s', ''),
'omerojob' : (omero_job_root + '/%s', ''),
'javadoc' : (omero_job_root + '/javadoc/%s', ''),
'virtualjob' : (virtual_job_root + '/%s', ''),
# Mailing list/forum links
'mailinglist' : (lists_root + '/mailman/listinfo/%s', ''),
'ome-users' : (lists_root + '/pipermail/ome-users/%s' ,''),
Expand Down
4 changes: 2 additions & 2 deletions users/virtual-appliance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ screenshot:
Download the OMERO.server Virtual Appliance
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The virtual appliance can be downloaded from :jenkins:`the Jenkins CI system
<job/OMERO-trunk-virtualbox/lastSuccessfulBuild/artifact/src/docs/install/VM/omero-vm-latest-build.ova>`,
The virtual appliance can be downloaded from :virtualjob:`the Jenkins CI system
<lastSuccessfulBuild/artifact/src/docs/install/VM/omero-vm-latest-build.ova>`,
and should have a filename similar to, e.g. omero-vm.ova

Import OMERO Virtual Appliance into VirtualBox
Expand Down