Development:Setup:Linux:RHEL: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
==Install RVM==
==Install RVM==
==Install Ruby v. 1.8.7==
==Install Ruby v. 1.8.7==
==Create Expertiza Gemset==(optional)
==Create Expertiza Gemset (optional)==

Revision as of 16:37, 3 January 2013

Install Git

sudo yum install git

Get Expertiza

Expertiza Repository URLs

Default

git clone <remote>
git clone git@github.com:expertiza/expertiza.git

Options

git clone -b <branch> <remote>
git clone -b production git@github.com:expertiza/expertiza.git

Install RVM

Install Ruby v. 1.8.7

Create Expertiza Gemset (optional)