diff options
| author | Brian Lamar <brian.lamar@gmail.com> | 2011-05-24 12:40:46 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@gmail.com> | 2011-05-24 12:40:46 -0400 |
| commit | 3eafbea484b993bb0f59e90cb05860d5517dc526 (patch) | |
| tree | db4d725adcfedf26e59e309c46fc588ebde93a24 | |
| parent | 13d9fb8f237eb05a5f3ebb6873f7c57df2786519 (diff) | |
Added examples readme
| -rw-r--r-- | examples/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..17bffe5c --- /dev/null +++ b/examples/README.md @@ -0,0 +1,24 @@ +RUNNING THE TEST SERVICE (Echo.py): +---------------------------------- + + Standalone stack (with Auth_Token) + $ cd echo/bin + $ ./echod + + Distributed stack (with RemoteAuth local and Auth_Token remote) + $ cd echo/bin + $ ./echod --remote + + in separate session + $ cd keystone/auth_protocols + $ python auth_token.py + + +DEMO CLIENT: +------------ +A sample client that gets a token from Keystone and then uses it to call Echo (and a few other example calls): + + $ cd echo/echo + $ python echo_client.py + Note: this requires test data. See section TESTING for initializing data + |
