From 8b2f3f7fd21024bd5a1c1555f612c5d45361e79d Mon Sep 17 00:00:00 2001 From: Chris Seto Date: Mon, 1 Jun 2015 20:00:30 -0400 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9463fd9..7fb26b4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Fake CAS -Download the binary from [here](https://github.com/CenterForOpenScience/fakecas/releases/download/0.1.0/fakecas) +Download the binary from [here](https://github.com/CenterForOpenScience/fakecas/releases/download/0.2.0/fakecas) ```bash cd ~/Downloads # cd to where you downloaded the file to chmod +x fakecas # Make the server executable ./fakecas # Run the server + +./fakecas -h # Print possible configuration options +# Usage of ./fakecas: +# -dbaddress="localhost:27017": The address of your mongodb. ie: localhost:27017 +# -dbname="osf20130903": The name of your OSF database +# -host="localhost:8080": The host to bind to ```