hub_updater 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 #!/usr/bin/env ruby require 'daemons' require 'optparse' NOOSFERO_ROOT = File.expand_path(File.dirname(__FILE__) + '/../../../') Daemons.run_proc('hub') do require NOOSFERO_ROOT + '/config/environment' CommunityHubPlugin::Hub.start_listen end