Skip to content

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.

License

Notifications You must be signed in to change notification settings

ccin2p3/rubycas-server

This branch is 1 commit ahead of, 6 commits behind rubycas/rubycas-server:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e29363 · Jan 6, 2015
Aug 3, 2011
Jan 6, 2015
Dec 6, 2012
Dec 21, 2012
Jan 6, 2015
Aug 27, 2014
Nov 26, 2009
Dec 7, 2012
Mar 9, 2011
Jul 28, 2014
Oct 17, 2012
Mar 19, 2014
Oct 17, 2012
Oct 17, 2012
Nov 27, 2012
Oct 17, 2012
Dec 16, 2011
Dec 15, 2014
Oct 17, 2012
Jun 11, 2014
Dec 15, 2012

Repository files navigation

RubyCAS-Server

Copyright

Portions contributed by Matt Zukowski are copyright (c) 2011 Urbacon Ltd. Other portions are copyright of their respective authors.

Authors

See https://github.com/rubycas/rubycas-server/graphs/contributors

Installation

Example with mysql database:

  1. git clone git://github.com/rubycas/rubycas-server.git
  2. cd rubycas-server
  3. cp config/config.example.yml config.yml
  4. Customize your server by modifying the config.yml file. It is well commented but make sure that you take care of the following:
    1. Change the database driver to mysql2
    2. Configure at least one authenticator
    3. You might want to change log.file to something local, so that you don't need root. For example just casserver.log
    4. You might also want to disable SSL for now by commenting out the ssl_cert line and changing the port to something like 8888
  5. Create the database (i.e. mysqladmin -u root create casserver or whatever you have in config.yml)
  6. Modify the existing Gemfile by adding drivers for your database server. For example, if you configured mysql2 in config.yml, add this to the Gemfile: gem "mysql2"
  7. Run bundle install
  8. bundle exec rubycas-server -c config.yml

Your RubyCAS-Server should now be running. Once you've confirmed that everything looks good, try switching to a Passenger deployment. You should be able to point Apache (or whatever) to the rubycas-server/public directory, and everything should just work.

Some more info is available at the RubyCAS-Server Wiki.

If you have questions, try the RubyCAS Google Group or #rubycas on freenode.

License

RubyCAS-Server is licensed for use under the terms of the MIT License. See the LICENSE file bundled with the official RubyCAS-Server distribution for details.

About

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.7%
  • CSS 1.5%
  • Shell 0.8%