Page 1 of 1

Server name (in Web) and 5.0-alpha4

PostPosted: Fri Jun 14, 2013 2:59 pm
by ppouchin
Hi,

I have two questions:
  • I recently changed the name of my server but the old name still appears on the login page. How do I change it ?
  • I wanted to try OMERO5.0-alpha4 and so downloaded the VM, but the OMERO server running on it says it's 4.4.8... Is it ?

Re: Server name (in Web) and 5.0-alpha4

PostPosted: Fri Jun 14, 2013 3:52 pm
by wmoore
You set the servers available in the web like this

Code: Select all
$ bin/omero config set omero.web.server_list '[["localhost", 4064, "omero"], ["testing.openmicroscopy.org.uk", 4064, "testing"], ["demo.openmicroscopy.org.uk", 4064, "demo"]]'


as described http://www.openmicroscopy.org/site/supp ... stallation

Where did you download the VM?

This would be a good start, http://hudson.openmicroscopy.org.uk/job ... irtualbox/
but we haven't checked those builds recently. (We're looking into it just now...)

It may pay to wait a couple of days, since we're bug-fixing for our "Release Candidate 1" at the moment.

Cheers,

Will

Re: Server name (in Web) and 5.0-alpha4

PostPosted: Mon Jun 17, 2013 8:52 am
by ppouchin
wmoore wrote:You set the servers available in the web like this

Code: Select all
$ bin/omero config set omero.web.server_list '[["localhost", 4064, "omero"], ["testing.openmicroscopy.org.uk", 4064, "testing"], ["demo.openmicroscopy.org.uk", 4064, "demo"]]'


as described http://www.openmicroscopy.org/site/supp ... stallation


Thanks... Sorry, I missed it... :oops:

wmoore wrote:Where did you download the VM?

This would be a good start, http://hudson.openmicroscopy.org.uk/job ... irtualbox/
but we haven't checked those builds recently. (We're looking into it just now...)

It may pay to wait a couple of days, since we're bug-fixing for our "Release Candidate 1" at the moment.

Cheers,

Will


I downloaded the VM here:
http://cvs.openmicroscopy.org.uk/snapsh ... alpha4.ova

And when I checked "omero version" on the command line, I got "4.4.8". Your link works however. Thanks.