summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2016-09-23 11:12:10 +0200
committerGitHub <noreply@github.com>2016-09-23 11:12:10 +0200
commitced139f85498271cc3feeea5072a846191551453 (patch)
treee13184f132defee13f8c71aada9fdcc590854ae0
parentb86cfd5a845c4b4cfeab7856f91ee229eee0eb90 (diff)
downloadsso-ced139f85498271cc3feeea5072a846191551453.zip
sso-ced139f85498271cc3feeea5072a846191551453.tar.gz
sso-ced139f85498271cc3feeea5072a846191551453.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d4348f..a956451 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,8 @@ There is an example server and two example brokers. One with normal redirects an
To proof it's working you should setup the server and two or more brokers, each on their own machine and their own
(sub)domain. However you can also run both server and brokers on your own machine, simply to test it out.
+On *nix (Linux / Unix / OSX) run:
+
php -S localhost:9000 -t examples/server/
export SSO_SERVER=http://localhost:9000 SSO_BROKER_ID=Alice SSO_BROKER_SECRET=8iwzik1bwd; php -S localhost:9001 -t examples/broker/
export SSO_SERVER=http://localhost:9000 SSO_BROKER_ID=Greg SSO_BROKER_SECRET=7pypoox2pc; php -S localhost:9002 -t examples/broker/