forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Tong Wang edited this page Mar 3, 2017
·
3 revisions
Welcome to the kibana wiki!
sudo yum -y groupinstall "Development tools"
sudo yum install git ruby ruby-devel rubygems rpm
sudo gem install fpm -v 1.5.0
sudo gem install pleaserun -v 0.0.24
sudo ln /usr/bin/sha256sum /usr/bin/shasum
curl --silent --location https://rpm.nodesource.com/setup_6.x | sudo bash -
sudo yum install -y nodejs
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
# build in 5.2 branch
cd kibana
git checkout 5.2
nvm install "$(cat .node-version)"
npm install
npm run build -- --skip-os-packages
# or build RPM
npm run build -- --rpm