Dmitry Yu Okunev ef1792f0dd mooaaaar aestheric fixes | il y a 8 ans | |
---|---|---|
bin | il y a 13 ans | |
config | il y a 12 ans | |
db | il y a 12 ans | |
gemfiles | il y a 12 ans | |
lib | il y a 8 ans | |
locales | il y a 9 ans | |
log | il y a 15 ans | |
public | il y a 8 ans | |
resources | il y a 13 ans | |
spec | il y a 10 ans | |
tasks | il y a 12 ans | |
.gitignore | il y a 10 ans | |
Appraisals | il y a 12 ans | |
CHANGELOG | il y a 12 ans | |
Gemfile | il y a 8 ans | |
Guardfile | il y a 12 ans | |
LICENSE | il y a 13 ans | |
README.md | il y a 10 ans | |
Rakefile | il y a 12 ans | |
config.ru | il y a 10 ans | |
rubycas-server.gemspec | il y a 12 ans |
Portions contributed by Matt Zukowski are copyright (c) 2011 Urbacon Ltd. Other portions are copyright of their respective authors.
See https://github.com/rubycas/rubycas-server/graphs/contributors
Example with mysql database:
git clone git://github.com/rubycas/rubycas-server.git
cd rubycas-server
cp config/config.example.yml config.yml
config.yml
file. It is well commented but make sure that you take care of the following:
mysql2
log.file
to something local, so that you don't need root. For example just casserver.log
ssl_cert
line and changing the port to something like 8888
mysqladmin -u root create casserver
or whatever you have in config.yml
)mysql2
in config.yml, add this to the Gemfile: gem "mysql2"
bundle install
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.
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.