Skip to content

Commit

Permalink
README: Add note on dev OMERO builds
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 26, 2019
1 parent 6b282bf commit bdd0f1d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,20 @@ Exposed ports
-------------

- 4080


Development
-----------

You can use this repository to build a custom image for testing development builds of OMERO.web.
For example, to install OMERO.web from the `OMERO-build` CI job:

make VERSION=test REPO=test BUILDARGS="\
--build-arg OMEGO_ADDITIONAL_ARGS=--ci=https://web-proxy.openmicroscopy.org/west-ci/ \
--build-arg=OMERO_VERSION=OMERO-build" docker-build

docker run -d --name test-web \
-e CONFIG_omero_web_server__list='[["eel.openmicroscopy.org", 4064, "eel"]]' \
-e CONFIG_omero_web_debug=true \
-p 4080:4080 \
test/omero-web-standalone:latest

3 comments on commit bdd0f1d

@mtbc
Copy link
Member

@mtbc mtbc commented on bdd0f1d Apr 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confused by the mix of west and eel here but maybe they're two separate examples?

@manics
Copy link
Member Author

@manics manics commented on bdd0f1d Apr 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtbc It works! What's your preferred combination of CI server, OMERO server and build-job-name?

@mtbc
Copy link
Member

@mtbc mtbc commented on bdd0f1d Apr 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ta, probably just ignore me then, I really don't know what's going on here anyway!

Please sign in to comment.