Skip to content
Tabrez Shaikh edited this page Apr 22, 2016 · 1 revision

Welcome to the pepipost-sdk-ruby wiki!

For this sdk to work, you need to have Ruby 2+. Normally, if you install Ruby on Ubuntu, the default package is 1.9. Below are the steps to install Ruby 2+

#For ubuntu 14
sudo apt-get install software-properties-common
#for Ubuntu 12 or older
#sudo apt-get install python-software-properties
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.2
Clone this wiki locally