Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relaxdiego/sso-sample


https://github.com/relaxdiego/sso-sample

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

If not yet installed, install RVM

\curl -L https://get.rvm.io | bash

Clone this project and go to it

git clone git://github.com/relaxdiego/sso-sample.git
cd sso-sample

Install the needed gems

bundle install

Copy settings.yml.example

cp settings.yml.example settings.yml

Use your favorite text editor to edit settings.yml. Make sure

* mcloud_url has the http:// or https:// prefix
* credentials for sample_user are valid

Start the server

./start

For more info, open up `app.rb` and inspect /method1 and /method2