Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pobing/sinatra_sso_demo
Simple sinatra project for sso
https://github.com/pobing/sinatra_sso_demo
Last synced: about 1 month ago
JSON representation
Simple sinatra project for sso
- Host: GitHub
- URL: https://github.com/pobing/sinatra_sso_demo
- Owner: pobing
- Created: 2014-09-21T02:21:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T02:24:06.000Z (about 10 years ago)
- Last Synced: 2024-10-09T16:45:47.851Z (about 1 month ago)
- Language: CSS
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## about
This is a simple sinatra project. SSO connect for provider system. Like [kf5](http://www.kf5.com/v1api/single_sign_on/) ,etc.
## usage
* simple run:
```
bundle install && ruby app.rb or rackup
```* thin server run
```
mkdir -p tmp/pids tmp/sockets # create flold
thin -p 4567 -P tmp/pids/thin.pid -l logs/thin.log -d start
#or
thin start -C config/thin.yml
```