Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #515

Closed
wants to merge 10 commits into from
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ You can refresh the Docker hosted page at http://localhost:4080/figure to see ch
$ cd /PATH_TO_GIT_REPO/omero-figure
$ grunt build
$ grunt watch # to see updates
will-moore marked this conversation as resolved.
Show resolved Hide resolved

# in a different terminal...
Copy link
Member

Choose a reason for hiding this comment

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

In the cmd below you are using the OMEROHOST variable which was defined in the previous terminal. Maybe move the OMEROHOST definition to here instead ?

Copy link
Member Author

Choose a reason for hiding this comment

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

@pwalczysko instead, I switched the order you launch these so that grunt is in a different terminal and you launch docker first in the terminal that does have OMEROHOST - see a6940e1

$ docker run -ti -e OMEROHOST -p 4080:4080 -v /PATH_TO_GIT_REPO/omero-figure:/home/figure/src figure-devel
will-moore marked this conversation as resolved.
Show resolved Hide resolved


Expand Down
Loading