README.md

Path: README.md
Last Update: Wed Oct 26 17:44:19 -0400 2011

# RubyCAS-Server ![)

## Copyright

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

## Authors

See github.com/gunark/rubycas-server/commits/

## Installation

on ubuntu using unicorn:

        git clone git@github.com:seven1240/rubycas-server.git
        cd rubycas-server
        sudo bundle install

If it complains mysql connectivity, do this

        apt-get install libmysqlclient16-dev
        sudo gem install mysql2

copy resources/config.example.yml into /etc/rubycas-server/config.yml, there‘s way to put the config in other place, yet to document. Change the config to meet your requests.

You might also want to change config/unicorn.conf

        unicorn -D -c config/unicorn.conf

For info and detailed installation instructions please see code.google.com/p/rubycas-server

## 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.

[Validate]