Skip to content

Instantly share code, notes, and snippets.

View akshaysin's full-sized avatar

Akshay Sinha akshaysin

  • India
View GitHub Profile
@akshaysin
akshaysin / instructs.md
Last active January 23, 2018 21:49
Installing Standalone Zookeeper on RHEL and set it up as a service

Installation

First Lets make sure java is installed

yum install java-1.8.0-openjdk-src.x86_64

Download the latest version of zookeeper and pick the latest avaiable.

cd /tmp && mkdir zookeeper && cd zookeeper/ && wget http://apache.org/dist/zookeeper/current/zookeeper-3.4.10.tar.gz
@akshaysin
akshaysin / instructs.md
Last active September 25, 2017 17:19
Installing and getting started with Rundeck