Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Jun 2, 2015
1 parent 170b23e commit 8b2f3f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 8b2f3f7

Please sign in to comment.