Ready to use CAS server.
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
./script/update