Skip to content

Commit

Permalink
Run grunt in different terminal that doesn't have OMEROHOST
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 3, 2024
1 parent 2659ac0 commit a6940e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,12 @@ 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

# in a different terminal...
$ docker run -ti -e OMEROHOST -p 4080:4080 -v /PATH_TO_GIT_REPO/omero-figure:/home/figure/src figure-devel

# in a different terminal, run grunt build or watch...
$ cd /PATH_TO_GIT_REPO/omero-figure
$ grunt build # or grunt watch


Alternatively, to run and develop ``omero-figure`` within the Docker container itself:
::
Expand Down

0 comments on commit a6940e1

Please sign in to comment.