Matt Zukowski
b7da3f2a48
added provisory command line switch for specifying custom config file
2011-08-03 17:45:09 -04:00
Matt Zukowski
31dcc78232
bin/rubycas-server-ctl hasn't worked in a long time... getting rid of it for now
2011-01-25 16:17:09 -05:00
jcwilk
01dd11468c
Fixed load paths so that they get put at the top and checked first
...
Removed redundant lib/casserver load path
Replaced strange vendored isaac load paths and requires with crypt-isaac requires
2010-12-30 11:49:53 -08:00
Matt Zukowski
7b656f489c
Re-enabled localization (i.e. this sinatra branch should now work in languages other than english)
...
Make sure you run `rake localization:mo` first to compile the translations!
2010-12-09 09:18:38 -05:00
Damien Le Berrigaud
bca943238f
Require ruby-debug if --debugger option given to binary.
2010-10-04 17:00:04 -04:00
Matt Zukowski
861cba76fc
changed the way the config file is loaded to make it a bit easier to test against different config files in the spec
2010-09-23 16:59:20 -04:00
Matt Zukowski
21676723c1
moved exec code to bin
2010-09-09 18:08:56 -04:00
zuk
ace6bfe300
use the load_picnic script for loading the Picnic depenency in rubycas-server-ctl
2009-04-27 17:41:05 -04:00
zuk
804e0bc3f3
- cleaner loading of the picnic gem -- now automatically looks for github gems (e.g. zuk-picnic)
...
- require_gem aliasing for compatibility with old RubyGems has been removed -- i.e. rubycas-server will no longer work with old versions of RubyGems (the ones that use 'require_gem' instead of 'gem')!
2009-04-27 17:10:29 -04:00
matt.zukowski
f6b1c61eb0
fix to bin file -- should use __FILE__ instead of bash
2009-02-18 12:32:32 -05:00
matt.zukowski
5e8ebfc045
overhauled to use new Rack-based picnic... also now compatible with Phusion Passenger
2009-02-12 12:57:19 -05:00
matt.zukowski
1249cdd864
didn't fix RubyGems 1.3.1 problems after all... hopefully got it fixed this time
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@378 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2008-11-11 17:33:56 +00:00
matt.zukowski
e1d0a85269
more changes to try to fix activesupport/activerecord loading problems
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@339 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2008-10-16 20:58:07 +00:00
matt.zukowski
2ed157033a
- fixed -V problem reported in http://groups.google.com/group/rubycas-server/msg/b195066554535126
...
- now requires Picnic 0.6.3.72
- included missing files in manifest
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@281 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2008-04-07 16:04:13 +00:00
matt.zukowski
a709af6e21
more robust loading of picnic gem
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@205 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-12-21 20:33:04 +00:00
matt.zukowski
212dcbb9ee
switched to use Picnic
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@198 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-12-20 19:11:50 +00:00
matt.zukowski
747359d9e0
table names have been shortened to work with Oracle; fixes #15
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@173 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-08-24 17:47:32 +00:00
matt.zukowski
ab79778953
fixed minor bug in rubycas-server-ctl that sometimes incorrectly reproted startup problems when in fact the server had started just fine
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@115 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-06-06 22:48:53 +00:00
matt.zukowski
b3e8bae8e7
- added hack for backwards compatibility with older rubygems (pre-0.9.0)
...
- re-versioned to 0.4.1
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@114 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-06-06 22:34:26 +00:00
matt.zukowski
03863f6ee0
changed 'require_gem' calls to 'gem' to make rubygems 0.9+ happy
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@106 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-06-04 21:52:45 +00:00
matt.zukowski
c70bfc6b49
- modified rubycas-server-ctl to be usable in an init.d script
...
- created basic init.d script for use with rubycas-server-ctl
- fixed some bugs in mongrel postamble, and made the result messages easier to understand
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@101 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-04-11 20:48:49 +00:00
matt.zukowski
d15c4cbd1e
- rubycas-server-ctl now works with both webrick and mongrel
...
- added 'status' method for rubycas-server-ctl to print out the server's current status
- -conf_file option for rubycas-server-ctl has been changed to -config to match rubycas-server
- better detection of startup problems with mongrel
- rubycas-server-ctl will now use the local copy of rubycas-server (rather than the one installed in /usr/bin)
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@96 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-04-02 19:02:03 +00:00
jzylks
f38f3a8315
Added logging for pid option when not using mongrel; rubycas-server-ctl now includes a message about needing mongrel for stop|restart in opts.banner
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@94 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-04-02 17:12:39 +00:00
jzylks
8af523b64f
Added rubycas-server-ctl (start|stop|restart)
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@91 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-30 00:28:29 +00:00
jzylks
96a1482260
Added rubycas-server-ctl (start|stop|restart); added -P, --pid_file FILE option to rubycas-server; added pid file creation/removal to postambles.rb
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@90 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-30 00:25:16 +00:00
matt.zukowski
15243f0d0a
- daemonization now works with mongrel
...
- moved postambles out to their own module
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@66 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-20 16:40:20 +00:00
matt.zukowski
34e50ba020
- disabled daemonization when running mongrel... it just doesn't work :(
...
- minor edit in example config
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@62 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-13 16:28:19 +00:00
matt.zukowski
3b57623fbb
mongrel and webrick can now be daemonized using the -d flag
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@60 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-12 21:40:29 +00:00
matt.zukowski
0006a58146
- rubycas-server script now takes an optional -c FILE argument to use config file in non-standard location
...
- added -h and -v command line options
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@59 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-12 20:15:55 +00:00
matt.zukowski
60f88753c6
packaged as gem, ready for first public release
...
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@50 fffcb96a-a727-0410-ad3e-7b35c796b8d7
2007-03-08 23:22:43 +00:00