Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relaxdiego/sso-sample
https://github.com/relaxdiego/sso-sample
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/relaxdiego/sso-sample
- Owner: relaxdiego
- Created: 2013-06-18T22:45:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T23:19:49.000Z (over 11 years ago)
- Last Synced: 2024-12-17T19:03:07.644Z (16 days ago)
- Language: Ruby
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-sampleInstall 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 validStart the server
./start
For more info, open up `app.rb` and inspect /method1 and /method2