{"id":15048384,"url":"https://github.com/github/rubycas-server","last_synced_at":"2025-10-04T08:31:31.041Z","repository":{"id":32475121,"uuid":"36055297","full_name":"github/rubycas-server","owner":"github","description":"Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.","archived":true,"fork":true,"pushed_at":"2015-05-20T18:52:30.000Z","size":3202,"stargazers_count":10,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-29T00:21:32.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rubycas.github.com","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rubycas/rubycas-server","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-22T06:07:35.000Z","updated_at":"2024-07-31T03:21:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/github/rubycas-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Frubycas-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Frubycas-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Frubycas-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Frubycas-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/rubycas-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235232600,"owners_count":18957057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T21:11:14.727Z","updated_at":"2025-10-04T08:31:30.651Z","avatar_url":"https://github.com/github.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RubyCAS-Server\n\n## Copyright\n\nPortions contributed by Matt Zukowski are copyright (c) 2011 Urbacon Ltd.\nOther portions are copyright of their respective authors.\n\n## Authors\n\nSee https://github.com/rubycas/rubycas-server/graphs/contributors\n\n## Installation\n\nExample with mysql database:\n\n1. `git clone git://github.com/rubycas/rubycas-server.git`\n2. `cd rubycas-server`\n3. `cp config/config.example.yml config.yml`\n4. Customize your server by modifying the `config.yml` file. It is well commented but make sure that you take care of the following:\n    1. Change the database driver to `mysql2`\n    2. Configure at least one authenticator\n    3. You might want to change `log.file` to something local, so that you don't need root. For example just `casserver.log`\n    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`\n5. Create the database (i.e. `mysqladmin -u root create casserver` or whatever you have in `config.yml`)\n6. 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\"`\n7. Run `bundle install`\n8. `bundle exec rubycas-server -c config.yml`\n\nYour RubyCAS-Server should now be running. Once you've confirmed that everything looks good, try switching to a [Passenger](http://www.modrails.com/) deployment. You should be able to point Apache (or whatever) to the `rubycas-server/public` directory, and everything should just work.\n\nSome more info is available at the [RubyCAS-Server Wiki](https://github.com/rubycas/rubycas-server/wiki).\n\nIf you have questions, try the [RubyCAS Google Group](https://groups.google.com/forum/?fromgroups#!forum/rubycas-server) or #rubycas on [freenode](http://freenode.net).\n\n## License\n\nRubyCAS-Server is licensed for use under the terms of the MIT License.\nSee the LICENSE file bundled with the official RubyCAS-Server distribution for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Frubycas-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Frubycas-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Frubycas-server/lists"}