Letractively / rubycas-server

Automatically exported from code.google.com/p/rubycas-server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

I would like to install rubycas-server without having to install/upgrade SQLite #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run bundle install
2.
3.

What version of RubyCAS-Server are you using? How is it installed (rubygem, 
manual install)? How are you running it (webrick, mongrel, passenger, etc.)?

Manual install running webrick and/or mongrel

If relevant, please paste your RubyCAS-Server config.yml file here.

Using postgres database

Please provide any additional information below.

RubyCAS-Server seems to be dependent on installing SQLite, even if you are not 
using it.  And it requires a version that is more recent then what comes on (or 
is supported through yum on) CEntOS 5.  This does not seem to make sense to me.

Original issue reported on code.google.com by nro...@gmail.com on 9 Jun 2011 at 6:03

GoogleCodeExporter commented 8 years ago
You can use any database you want. Check the config.yml.example file for 
configuration options for other database backends.

You will however also have to make changes to the Gemfile that comes with more 
recent versions of RubyCAS-Server. Remove the line that loads sqlite and 
replace it with the driver gem for whatever database you intend on using.

Original comment by matt.zuk...@gmail.com on 10 Jun 2011 at 7:10