[ome-users] Issues with NewUserGroupBean implementation

Josh Moore josh at glencoesoftware.com
Wed Mar 28 18:14:38 BST 2012


On Mar 28, 2012, at 6:44 PM, harri.jaalinoja at helsinki.fi wrote:

> Quoting "Josh Moore" <josh at glencoesoftware.com>:
>> What source code are you working from? Would you be up for applying a patch or using my branch for building your server? See
>> 
>>  https://github.com/joshmoore/openmicroscopy/tree/dev_4_3
>> 
> 
> Hi Josh,
> 
> I tried to download your branch but this does not work:
> [omero at localhost OMERO]$ git clone https://github.com/joshmoore/openmicroscopy/tree/dev_4_3
> Cloning into dev_4_3...
> fatal: https://github.com/joshmoore/openmicroscopy/tree/dev_4_3/info/refs not found: did you run git update-server-info on the server?
> [omero at localhost OMERO]$ ls
> [omero at localhost OMERO]$
> 
> Should I fork your branch first?

In an existing clone of the OME repository, you could do the following:

  git remote add josh git://github.com/joshmoore/openmicroscopy.git
  git fetch josh
  git checkout -b NAMEOFBRANCH josh/dev_4_3

> How do you actually manage testing several OMERO versions under development, do you run them in different hosts? Or is it possible to have several versions side by side
> /opt/OMERO/develop/openmicroscopy
> /opt/OMERO/joshmoore/openmicroscopy
> and then just start and stop them how you like and keep the configs same in both?

It's definitely possible to have them beside one another. If you want to have them running at the same time, then you'll need to use:

  bin/omero admin ports

(Use "-h" to get help) But if you are going to stop one before starting the next, then everything should just work. You could even symlink the etc/grid/config.xml file to have them using the same values.

~Josh


More information about the ome-users mailing list