Skip to content

Instantly share code, notes, and snippets.

View kaarolch's full-sized avatar
and some nice stuff/project to do

Karol Chrapek kaarolch

and some nice stuff/project to do
View GitHub Profile
@kaarolch
kaarolch / install_fpm.sh
Created August 9, 2017 07:43 — forked from boardstretcher/install_fpm.sh
Install FPM on centos 6.5
# install ruby, rubygems and all requirements, then install FPM (effing package manager)
# fpm: https://github.com/jordansissel/fpm
# as root
# update system, install requirements
yum update -y
yum install ruby-devel gcc curl libyaml-devel
# get the ruby version manager and install
curl -L get.rvm.io | bash -s stable