Skip to content

A set of scripts to package Apache Zookeeper into an rpm

Notifications You must be signed in to change notification settings

edgeware/zookeeper-rpm

 
 

Repository files navigation

zookeeper-rpm

A set of scripts to package zookeeper into an rpm

Setup

$ yum install rpmdevtools

Building

$ make rpm

Resulting RPM will be avaliable at $(shell pwd)/x86_64

Installing and operating

$ sudo yum install zookeeper*.rpm
$ sudo service zookeeper start
$ sudo chkconfig zookeeper on

Default locations

libs, binaries and database: /opt/zookeeper
logs: /var/log/zookeeper
configs: /etc/zookeeper

About

A set of scripts to package Apache Zookeeper into an rpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.8%
  • Makefile 24.2%