Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

CentOS 7 installation

Johnybe edited this page Jun 25, 2015 · 22 revisions

1. Base operating system

Prepare environment and dependencies :

#yum install curl gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel mysql-devel postgresql-devel

2. Deploy Ruby 2.2.1 with RVM

RVM helps to deploy ruby without odd tricks

#curl -sSL https://rvm.io/mpapis.asc | gpg --import -
#curl -L get.rvm.io | bash -s stable

Setup RVM environnement

#source ~/.profile

Check and verify dependancies

#rvm requirements run

Checking requirements for centos.
Requirements installation successful.

Install Ruby

#rvm install 2.2.1

Setup default configuration

# rvm use 2.2.1 --default

Using /usr/local/rvm/gems/ruby-2.2.1

Check Ruby Version

# ruby --version

ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]

3. Fulcrum Installation

You can follow the github installation :

https://github.com/fulcrum-agile/fulcrum

Clone this wiki locally