Skip to content

Commit

Permalink
docs: Update instructions for running syncstorage-rs via Docker (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed May 7, 2020
1 parent c3d6946 commit eb5fa00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -107,7 +107,8 @@ To point to a GCP hosted Spanner instance from your local machine, follow these
5. Visit `http://localhost:8000/__heartbeat__` to make sure the server is running.

### Running via Docker
This currently requires access to the [mozilla-rust-sdk](https://github.com/mozilla-services/mozilla-rust-sdk) repo. If you don't have it, this will be made public soon; we'll update the README here when that happens.
This requires access to the mozilla-rust-sdk which is now available at `/vendor/mozilla-rust-adk`.

1. Make sure you have [Docker installed](https://docs.docker.com/install/) locally.
2. Copy the contents of mozilla-rust-sdk into top level root dir here.
3. Change cargo.toml mozilla-rust-sdk entry to point to `"path = "mozilla-rust-sdk/googleapis-raw"` instead of the parent dir.
Expand All @@ -116,7 +117,7 @@ This currently requires access to the [mozilla-rust-sdk](https://github.com/mozi
build:
context: .
```
5. Adjust the MySQL db creds in docker-compose.yml to match your local setup.
5. Adjust the MySQL db credentials in docker-compose.yml to match your local setup.
6. `make docker_start` - You can verify it's working by visiting [localhost:8000/\_\_heartbeat\_\_](http://localhost:8000/__heartbeat__)

### Connecting to Firefox
Expand Down

0 comments on commit eb5fa00

Please sign in to comment.