Index...
Centrallix Documentation
|
1.1.2 Source RPM Installation
Installing using source RPM's
First, download at least the requisite three packages in .src.rpm format: centrallix-os, centrallix-lib, and centrallix.
Next, you will need to build and install centrallix-lib (note that the version numbers may differ):
rpm --install centrallix-lib-0.9.1-0.el5.src.rpm
rpmbuild -ba /usr/src/redhat/SPECS/centrallix-lib.spec
rpm --install /usr/src/redhat/RPMS/i386/centrallix-lib-0.9.1-0.el5.i386.rpm
rpm --install /usr/src/redhat/RPMS/i386/centrallix-lib-devel-0.9.1-0.el5.i386.rpm
Between the install of the .src.rpm and the rpmbuild, you can edit the .spec file and change the Release: line if you don't want the generated RPM's to have "el5" (in the above example) in the release tag.
Next, build and install centrallix:
rpm --install centrallix-0.9.1-0.el5.src.rpm
rpmbuild -ba /usr/src/redhat/SPECS/centrallix.spec
rpm --install /usr/src/redhat/RPMS/i386/centrallix-0.9.1-0.el5.i386.rpm
rpm --install /usr/src/redhat/RPMS/i386/centrallix-xml-0.9.1-0.el5.i386.rpm
rpm --install /usr/src/redhat/RPMS/i386/centrallix-mysql-0.9.1-0.el5.i386.rpm
rpm --install /usr/src/redhat/RPMS/i386/centrallix-sybase-0.9.1-0.el5.i386.rpm
Note that the xml, sybase, and mysql RPM's may not be generated, and may not be needed.
Finally, build and install centrallix-os:
rpm --install centrallix-os-0.9.1-0.el5.src.rpm
rpmbuild -ba /usr/src/redhat/SPECS/centrallix-os.spec
rpm --install /usr/src/redhat/RPMS/noarch/centrallix-os-0.9.1-0.el5.noarch.rpm
Once this is done, Centrallix is installed and ready to run. See Running Centrallix for further details.
Comments...
(none yet)
Add a Comment...
|