Skip to content

Ready to use CAS server based on CASino Rails Engine

Notifications You must be signed in to change notification settings

davidc4991vvc/CASinoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASinoApp

Ready to use CAS server.

Setup

Replace <database_type> with one of sqlite, postgresql or mysql. The easiest to start off is sqlite.

gem install bundler
cd /path/to/CASinoApp
./script/install <database>

Configure your database in config/database.yml.

Configure your backends in config/cas.yml. Check the the wiki for examples.

Create a cronjob:

*/5 * * * * cd /path/to/CASinoApp && RAILS_ENV=production bundle exec rake casino_core:cleanup:all > /dev/null

Update

./script/update

About

Ready to use CAS server based on CASino Rails Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.6%
  • HTML 4.6%
  • Shell 1.7%
  • CSS 1.7%
  • JavaScript 1.4%