Dmitry Yu Okunev ef1792f0dd mooaaaar aestheric fixes | 8 anos atrás | |
---|---|---|
bin | 13 anos atrás | |
config | 12 anos atrás | |
db | 12 anos atrás | |
gemfiles | 12 anos atrás | |
lib | 8 anos atrás | |
locales | 9 anos atrás | |
log | 15 anos atrás | |
public | 8 anos atrás | |
resources | 13 anos atrás | |
spec | 10 anos atrás | |
tasks | 12 anos atrás | |
.gitignore | 10 anos atrás | |
Appraisals | 12 anos atrás | |
CHANGELOG | 12 anos atrás | |
Gemfile | 8 anos atrás | |
Guardfile | 12 anos atrás | |
LICENSE | 13 anos atrás | |
README.md | 10 anos atrás | |
Rakefile | 12 anos atrás | |
config.ru | 10 anos atrás | |
rubycas-server.gemspec | 12 anos atrás |
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.