GitHub - vsosrc/ppc

HOW-TO-BUILD VDH (Veristorm Data Hub) distribution

Pre-requisites :

Steps :

Usage: ./build_vdp.sh <rhel|ubuntu>

Output :

cd ./build

Depending of the target os, you will see a .deb or .rpm binary

Issues :

  • Please use "issues" on git-hub against respective projects to log issues encountered for that components.
  • ex. for issues against overall VDH packaging components, use https://github.com/rha2z/ppc/issues and prefix the title with [ vdh_2.4.1: "blah blah" ] where "vdh_2.4.1" is the release branch

Binaries :

Pre-built Binaries for PPC for Ubuntu 14.04 LE and RHEL 7.1 LE are available at http://repo.veristorm.com/repos/vdh/

Local Repo Setup to pull Veristorm hosted binaries:

Ubuntu :

RHEL :

  • cd /etc/yum.repos.d/
  • Create vdh.repo and add following :

[vdh-repo]

name=vdh-repo

baseurl=http://repo.veristorm.com/repos/vdh/rpm/current

enabled=1

gpgcheck=0