Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
/ zookeeper-rpm Public archive

A set of scripts to package Apache Zookeeper into an rpm

Notifications You must be signed in to change notification settings

id/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