gitlab-installer
gitlab-installer copied to clipboard
Installer for GitLab
Recipe: gitlab::database_migrations * bash[migrate gitlab-rails database] action run ================================================================================ Error executing action `run` on resource 'bash[migrate gitlab-rails database]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected process to exit with [0], but received '137'...
Script fails if SELinux disabled. Fixed for RHEL5 version.
A update to install gitlab version 5.4-stable on el6.
Install a newer git version on el6. su - git -c "cd gitlab;bundle exec rake gitlab:check RAILS_ENV=production" says: Your git bin path is "/usr/bin/git" Git version >= 1.7.10 ? ......
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...
when service gitlab start, Starting unicorn: bash: script/web: No such file or directory [FAILED] Starting sidekiq: bash: script/background_jobs: No such file or directory [FAILED] centos6.5 64
# su - git -c "service gitlab restart" Using /usr/local/rvm/gems/ruby-1.9.3-p392 Password:
There is no support for PostgresSQL.
[root@localhost ~]# wget https://github.com/gitlabhq/gitlab-recipes/blob/master/init.d/gitlab-centos --2013-09-26 16:51:26-- https://github.com/gitlabhq/gitlab-recipes/blob/master/init.d/gitlab-centos Resolving github.com... 192.30.252.131 Connecting to github.com|192.30.252.131|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2013-09-26 16:51:27 ERROR 404: Not Found.
Hello, I modified the existing script https://raw.github.com/mattias-ohlsson/gitlab-installer/master/gitlab-install-el6.sh to use the latest git version as well the latest gitlab version and created a customized script https://dl.dropboxusercontent.com/s/bfdlji83llakqbe/gitlab_install.sh. This basically is the original...