Dmitry Yu Okunev ef1792f0dd mooaaaar aestheric fixes | лет назад: 8 | |
---|---|---|
bin | лет назад: 13 | |
config | лет назад: 12 | |
db | лет назад: 12 | |
gemfiles | лет назад: 12 | |
lib | лет назад: 8 | |
locales | лет назад: 9 | |
log | лет назад: 15 | |
public | лет назад: 8 | |
resources | лет назад: 13 | |
spec | лет назад: 10 | |
tasks | лет назад: 12 | |
.gitignore | лет назад: 10 | |
Appraisals | лет назад: 12 | |
CHANGELOG | лет назад: 12 | |
Gemfile | лет назад: 8 | |
Guardfile | лет назад: 12 | |
LICENSE | лет назад: 13 | |
README.md | лет назад: 10 | |
Rakefile | лет назад: 12 | |
config.ru | лет назад: 10 | |
rubycas-server.gemspec | лет назад: 12 |
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.