所涉及版本号改为最新
This commit is contained in:
@ -221,7 +221,7 @@ MySQL 已经不再包含在 CentOS 7 的源中,而改用了 MariaDB,先搜
|
|||||||
|
|
||||||
尝试使用新用户连接数据库:
|
尝试使用新用户连接数据库:
|
||||||
|
|
||||||
> mysql -u git -p -D gitlabhq_production
|
$ mysql -u git -p -D gitlabhq_production
|
||||||
> \q
|
> \q
|
||||||
|
|
||||||
# 安装 Gitlab
|
# 安装 Gitlab
|
||||||
@ -231,6 +231,7 @@ MySQL 已经不再包含在 CentOS 7 的源中,而改用了 MariaDB,先搜
|
|||||||
# su git
|
# su git
|
||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-14-stable gitlab
|
$ git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-14-stable gitlab
|
||||||
|
$ git checkout v7.14.3
|
||||||
|
|
||||||
## 配置
|
## 配置
|
||||||
|
|
||||||
@ -395,7 +396,7 @@ centos 6
|
|||||||
|
|
||||||
# su git
|
# su git
|
||||||
$ cd ~/gitlab
|
$ cd ~/gitlab
|
||||||
$ bundle exec rake gitlab:shell:install[v2.6.9] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
|
$ bundle exec rake gitlab:shell:install[v2.6.11] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
|
||||||
|
|
||||||
By default, the gitlab-shell config is generated from your main gitlab config.
|
By default, the gitlab-shell config is generated from your main gitlab config.
|
||||||
默认的,gitlab-shell的配置文件是由你的gitlab主配置文件生成的。
|
默认的,gitlab-shell的配置文件是由你的gitlab主配置文件生成的。
|
||||||
|
|||||||
Reference in New Issue
Block a user