Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 480 Bytes

rpm-kibana

An RPM spec file build an RPM for Kibana

NOTE: This spec file will build an rpm that installs kibana to /opt/kibana.

To Build:

sudo yum -y install rpmdevtools && rpmdev-setuptree

PKGNAME="kibana"
wget https://raw.github.com/mwhahaha/rpm-${PKGNAME}/master/${PKGNAME}.spec -O ~/rpmbuild/SPECS/${PKGNAME}.spec
spectool -R -g ~/rpmbuild/SPECS/${PKGNAME}.spec
rpmbuild -ba ~/rpmbuild/SPECS/${PKGNAME}.spec