Added mcollective 2.3.1 package
[packages/trusty/mcollective.git] / ext / solaris / README
1 Building
2 --------
3
4 Requirements, you can get them from opencsw:
5 - coreuitls (CSWcoreutils)
6 - gmake (CSWgmake)
7 - ggrep (CSWggrep)
8
9 Just run ./build on your solaris system.
10
11 Running
12 -------
13
14 Requirements, get them from opencsw:
15 - ruby (CSWruby)
16 - rubygems (CSWrubygems)
17
18 Run requirements
19 - rubystomp library
20   http://stomp.codehaus.org/Ruby+Client
21   Up and till version 1.0.4 it is a single file. Put in /opt/csw/lib/ruby/site_ruby/1.8/
22
23 Configuration
24 -------------
25
26 /etc/mcollective/server.cfg
27
28 Put the plugins in:
29 libdir = /opt/csw/share/mcollective/plugins
30
31 Credits
32 -------
33 Rudy Gevaert <rudy.gevaert+mcollective@ugent.be>