gitlab-installer
gitlab-installer copied to clipboard
Fix el6
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.
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.