Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ We provide an experimental Dockerfile for easy setup:

- Building Unigraph: `docker build -t unigraph-devserver .` (this should take roughly 10 minutes max),
- Running Unigraph: `docker run -d -p 4002:4002 -v <data directory>:/opt/unigraph -p 4001:4001 -p 3000:3000 -P unigraph-devserver`,
- Open `http://localhost:3000` in a Browser that supports JavaScript to access Unigraph. If container is running on a different machine, replace `localhost` accordingly.

To update the Docker image, run `docker build` again after `git pull`.

Expand Down Expand Up @@ -164,4 +165,4 @@ To use third-party API integrations, obtain desired API keys and put them in thi
}
```

For how to obtain them, see [the docs page](https://docs.unigraph.dev/Unigraph+Developer+Documentation#%F0%9F%A7%AD+Getting+started).
For how to obtain them, see [the docs page](https://docs.unigraph.dev/Unigraph+Developer+Documentation#%F0%9F%A7%AD+Getting+started).