Skip to content

Commit

Permalink
Added instructions for using existing UI only image.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg84 committed Apr 30, 2020
1 parent ca95939 commit c78089d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you would prefer an independent installation, docker containers for *torch* a

- [Torch](#torch)
- [Tensorflow](#tensorflow)

- [Frontend-only Docker image for the WebUI](#frontend-only-webui)

### Torch

Expand Down Expand Up @@ -96,6 +96,11 @@ The details are shown in the figure below.

5. Point your browser to: `http://localhost:6529` to get to the **ArangoDB** web user interface. The `root` password is `open sesame`.

### Frontend Only Webui

To connect the UI against an existing Arangopipe instance, first update `REACT_APP_API_ROOT_URL` in the following command to be your desired ArangoDB endpoint:

`docker run -p 3000:3000 -e REACT_APP_API_ROOT_URL=http://localhost:8529/_db/arangopipe/ arangoml/arangopipe_ui:latest`


## Arangopipe Graph Model
Expand Down

0 comments on commit c78089d

Please sign in to comment.