forked from aeolusproject/aeolus-configure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (22 loc) · 900 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
The Aeolus Recipe
You can find more documentation at the Aeolus web site at
http://aeolusproject.org/
Prerequisites
-------------
The aeolus recipe is a puppet module which can be used
to install and configure aeolus components. To make use
of this recipe, drop it into your puppet module path or
alternatively build and install the aeolus-configure rpm
which contains the recipe and some wrapper scripts to configure
the aeolus components. Before executing the rake rpms task, you
will need to install the rake gem.
Building and Installing the Aeolus Recipe
---------------------------------
$ rake rpms
The rpm will be placed into the build dir, install it via yum
$ sudo yum install --nogpgcheck \
~/rpmbuild/RPMS/noarch/aeolus-configure-2.0.0-2.fc13.noarch.rpm
Install aeolus via the recipe via
$ sudo /usr/sbin/aeolus-configure
Uninstall aeolus via
$ sudo /usr/sbin/aeolus-cleanup