本篇文章主要介绍了"Centos67 gitlab安装",主要涉及到方面的内容,对于企业开发感兴趣的同学可以参考一下:
安装环境:CentOS release 6.7 (Final)CPU:16核内存:48G内存安装软件:#sudo -u git -H bundle exec r...
安装环境:
CentOS release 6.7 (Final)
CPU:16核
内存:48G内存
安装软件:
#sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
System information
System: CentOS 6.7
Current User: git
Using RVM: no
Ruby Version: 2.1.2p95
Gem Version: 2.2.2
Bundler Version:1.11.2
Rake Version: 10.3.2
Sidekiq Version:2.17.0
GitLab information
Version: 7.4.5
Revision: 19d572e
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://192.168.2.34
HTTP Clone URL: http://192.168.2.34/some-project.git
SSH Clone URL: git@192.168.2.34:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 2.0.1
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
You have new mail in /var/spool/mail/root
安装遇到很多坑:
错误1:
# sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 2.0.1 ? ... OK (2.0.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
Satellites access is drwxr-x---? ... yes