Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenox committed Oct 14, 2018
1 parent 9ad67b2 commit 6a069c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ You can run local servers of `commenting` and `notification` services for develo

```shell
$ cd /path/to/comment-api-on-gae/src/commenting
$ GOPATH=/path/to/comment-api-on-gae dev_appserver.py $(pwd)/app/XXX.yaml --enable_watching_go_path --log_level=debug --datastore_path=.storage
$ GOPATH=/path/to/comment-api-on-gae dev_appserver.py app/XXX.yaml --enable_watching_go_path --log_level=debug --datastore_path=.storage
$ cd /path/to/comment-api-on-gae/src/notification
$ GOPATH=/path/to/comment-api-on-gae dev_appserver.py $(pwd)/app/XXX.yaml --enable_watching_go_path --log_level=debug --datastore_path=.storage
$ GOPATH=/path/to/comment-api-on-gae dev_appserver.py app/XXX.yaml --enable_watching_go_path --log_level=debug --datastore_path=.storage
```

# For production
Expand Down Expand Up @@ -135,9 +135,9 @@ $ GOPATH=/path/to/comment-api-on-gae dev_appserver.py $(pwd)/app/XXX.yaml --enab

```shell
$ cd /path/to/comment-api-on-gae/src/commenting
$ GOPATH=/path/to/comment-api-on-gae goapp deploy $(pwd)/app/[YOUR-GAE-CONFIG-FILE].yaml
$ GOPATH=/path/to/comment-api-on-gae goapp deploy app/[YOUR-GAE-CONFIG-FILE].yaml
$ cd /path/to/comment-api-on-gae/src/notification
$ GOPATH=/path/to/comment-api-on-gae goapp deploy $(pwd)/app/[YOUR-GAE-CONFIG-FILE].yaml
$ GOPATH=/path/to/comment-api-on-gae goapp deploy /app/[YOUR-GAE-CONFIG-FILE].yaml
```


Expand Down

0 comments on commit 6a069c2

Please sign in to comment.