Commit b5c4a7a4 authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Update README

parent 6fbc0192
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ You can see the docs for the API at https://obsidian.ccs.ornl.gov/exadigit/api/d
## Deploying
To deploy the server, run
```bash
./deploy.sh prod
./scripts/deploy.sh prod
```

This will build both the server and simulation docker images, and push them to Slate.
@@ -15,6 +15,12 @@ This will build both the server and simulation docker images, and push them to S
## Running locally
To run a local version of the server run
```bash
./launch_local.sh
./scripts/launch_local.sh
```
The server will be hosted on http://localhost:8080

You'll need at least 16 GiB of RAM, preferably 32 GiB for druid to run smoothly.

If you want to run replay data locally, you'll need to download the datasets (see ./scripts/fetch.sh)
and then ingest them in Druid. After launching, you can access the Druid UI at http://localhost:8888
and submit druid ingests for the system you want.