Giter Club home page Giter Club logo

docker-example-omero's Introduction

OMERO.server and OMERO.web (docker-compose) with figure export

Example of running OMERO.server and OMERO.web in Docker.

This configuration will enable the export figure option based on: https://github.com/ome/omero-figure#enabling-figure-export (Option 2)

OMERO.server is listening on the standard OMERO ports 4063 and 4064. OMERO.web is listening on port 4080 (http://localhost:4080/).

The default login will be user root password omero. The initial password can be changed in docker-compose.yml.

Git clone this repository and within the cloned folder run the following commands:

Run

docker-compose up -d
docker-compose logs -f

To make sure OMERO stores all the data on a different storage volume instead of writing to the server storage itself:

chmod ug=rwx path_to_external_storage

This will give the owner or the user read/write/executable permissions to the this folder. Change the docker-compose.yml file at this line:

    volumes:
        - "omero:/OMERO"

(

)

to:

volumes:
- "path_to_external_storage:/OMERO"

See here for more details on enabling figure export and changing location of storage ome#6

For more configuration options see:

docker-example-omero's People

Contributors

joshmoore avatar manics avatar pr4deepr avatar sbesson avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.