Class: JGrouper::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/jgrouper-server.rb,
lib/jgrouper-server/app.rb,
lib/jgrouper-server/version.rb

Overview

:nodoc:

Defined Under Namespace

Classes: App

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.run!Object

Run JGrouper::Server



69
70
71
72
# File 'lib/jgrouper-server.rb', line 69

def self.run!
  JGrouper.home ENV['GROUPER_HOME'] if ENV['GROUPER_HOME']
  JGrouper::Server::App.run!
end