Starting the Server - rubycas/rubycas-server GitHub Wiki
1. Installing the Gem
This page assumes you have installed the rubycas-server gem via:
$ gem install rubycas-server
2. Starting
Running the following command will start the server.
$ rubycas-server
This will look for a config file at /etc/rubycas-server/config.yml
by default.
2a. Using a different config.yml
The rubycas-server
can be run using a different config.yml by running the following:
$ rubycas-server -c /custom/path/to/config.yml