Skip to content

Commit

Permalink
moving run_local
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Jul 19, 2017
1 parent 89739bd commit d0627ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/servers/reading-list/README.md
Expand Up @@ -6,7 +6,7 @@ This service utilizes Google Cloud Datastore and is set up to be built and publi

Instead of utilizing NYT's auth, this example leans on Google OAuth and Google Cloud Endpoints for user identity.

To run locally, have the latest version of `gcloud` installed and execute the `./server/run_local.sh` script to start up the Datastore emulater and the reading list server.
To run locally, have the latest version of `gcloud` installed and execute the `./run_local.sh` script to start up the Datastore emulater and the reading list server.

A few highlights of this service worth calling out:

Expand Down
Expand Up @@ -5,4 +5,4 @@ export DATASTORE_EMULATOR_HOST=localhost:8082

gcloud beta emulators datastore start --host-port=localhost:8082 &

go run main.go
go run ./server/main.go

0 comments on commit d0627ec

Please sign in to comment.