Development:Setup:Linux:RHEL

From Expertiza_Wiki
Revision as of 16:38, 3 January 2013 by Ajkofink (talk | contribs)
Jump to navigation Jump to search

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)

Install Native Expertiza Dependencies

Install Bundled Gems

Set Up MySQL

Build the Expertiza Database