public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Michael Hartl (author)
Fri Jun 20 17:06:24 -0700 2008
commit  96ca20f62dd7ecd9b0c2cd608749f51e766a5631
tree    2b45658ab4b2f42ba1655a46c9f1ffb7678bf677
parent  bb697cce34b2d19ed0dcbc004d2ac5c0e2c41bf1
insoshi / script / ferret_server
100755 11 lines (9 sloc) 0.234 kb
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby
 
begin
  require File.join(File.dirname(__FILE__), '../vendor/plugins/acts_as_ferret/lib/server_manager')
rescue LoadError
  # try the gem
  require 'rubygems'
  gem 'acts_as_ferret'
  require 'server_manager'
end