Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Fix el6 #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix el6 #49

wants to merge 3 commits into from

Conversation

lmello
Copy link

@lmello lmello commented Feb 6, 2014

This pull request fix some problems i had faced in rhel6.
First, the version 5-0, does not have scripts/web and scripts/background_jobs, so i changed the default version of gitlab the latest version. 6.5

Second, Selinux is enabled by default in rhel6 and should be disabled for gitlab to work properly.

The third and last change, libyaml and libyaml-devel is already installed from epel, so we don't need to install it as rvm pkg.

Leonardo Rodrigues de Mello - DATAPREVDF added 3 commits February 6, 2014 12:10
Update the default gitlab version in the script to
the latest stable version available. currently 6.5.
this should is already installed from package libyaml-devel.
there is no need to install it using rvm pkg. Also if we
use the OS package there is no need to pass the libyaml-dir to rvm.
Selinux is enabled by default on rhel 6. we disable it to prevent
errors.
@arusahni
Copy link

I don't think this captures the required minimum git version of 1.8.x. RHEL6 is still on 1.7.x.

To add 1.8, you might want to include steps from this recipe.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants