secce 发表于 2018-1-10 12:41:34

gitlab的安装以及汉化

1 # rz -E  

2  
3 rz waiting to receive.
  
4
  
5 # ls
  
6
  
7 anaconda-ks.cfggitlab-ce-8.8.5-ce.1.el7.x86_64.rpm
  
8
  
9 # rpm -ivh gitlab-ce-8.8.5-ce.1.el7.x86_64.rpm #安装
  
10
  
11 Preparing...#################################
  
12
  
13 Updating / installing...
  
14
  
15    1:gitlab-ce-8.8.5-ce.1.el7         #################################
  
16
  
17 gitlab: Thank you for installing GitLab!
  
18
  
19 gitlab: To configure and start GitLab, RUN THE FOLLOWING COMMAND:
  
20
  
21
  
22
  
23 sudogitlab-ctl reconfigure#配置并启动gitlab
  
24
  
25
  
26
  
27 gitlab: GitLab should be reachable at http://linux-node1默认的访问地址
  
28
  
29 gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file#gitlab的配置文件,修改之后需要重新gitlab-ctl reconfigure
  
30
  
31 gitlab: And running reconfigure again.
  
32
  
33 gitlab:
  
34
  
35 gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme
  
36
  
37 gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md
  
38
  
39 gitlab:
  
40
  
41 It looks like GitLab has not been configured yet; skipping the upgrade script.
  
42
  
43 #
页: [1]
查看完整版本: gitlab的安装以及汉化