Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshmoore/omero.dist
Git-enabled binary distribution of OMERO.server
https://github.com/joshmoore/omero.dist
Last synced: 30 days ago
JSON representation
Git-enabled binary distribution of OMERO.server
- Host: GitHub
- URL: https://github.com/joshmoore/omero.dist
- Owner: joshmoore
- Created: 2014-04-23T19:42:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T07:45:50.000Z (about 5 years ago)
- Last Synced: 2024-10-09T05:41:11.598Z (about 1 month ago)
- Language: Python
- Homepage: http://downloads.openmicroscopy.org/omero
- Size: 725 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
omero.dist
==========Git-enabled binary distribution of OMERO.server
This repository can be checked out rather than downloading OMERO.server zips
from the OME web site. A branch exists for each of the major version **for each
Ice version**. Choose the branch you want and checkout it out locally.
Modifications to the configuration files can be commited and kept up-to-date
after the next OMERO release.$ git clone git://github.com/ome/omero.dist
$ git checkout -b my-server origin/5.0-ice35
$ bin/omero config set ...
$ git add etc/grid/config.xml
$ git commit -m "Production configuration"
# Next OMERO is released
$ git fetch origin
$ git merge origin/5.0-ice35