Skip to content

Commit

Permalink
Update the doc (envoyproxy#374)
Browse files Browse the repository at this point in the history
* Update the doc

* Fix typo

* Add period

* Add sentence
  • Loading branch information
mtakigiku authored and lizan committed Jun 20, 2017
1 parent f44b296 commit 8403b51
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/envoy/mixer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ This Proxy will use Envoy and talk to Mixer server.
* Start mixer server. In mixer folder run:

```
bazel-bin/cmd/server/mixs server
--globalConfigFile testdata/globalconfig.yml
--serviceConfigFile testdata/serviceconfig.yml --logtostderr
bazel-bin/cmd/server/mixs server \
--configStoreURL=fs://$(pwd)/testdata/configroot \
--alsologtostderr
```

The server will run at port 9091
The server will run at port 9091.
In order to run Mixer locally, you also need to edit `testdata/configroot/scopes/global/subjects/global/rules.yml` as described in its comments.

* Start backend Echo server.

Expand All @@ -52,7 +53,7 @@ This Proxy will use Envoy and talk to Mixer server.
curl http://localhost:7070/echo -d "hello world"
```

n## How to configurate Mixer server
## How to configurate Mixer server

In Envoy config, Mixer server has to be one of "clusters" under "cluster_manager".
For examples:
Expand Down

0 comments on commit 8403b51

Please sign in to comment.