常用命令
1 | 启动服务:gitlab -ctl start |
配置文件
修改gitlab的配置文件
1 | # vim /etc/gitlab/gitlab.rb |
数据存储目录
1 | git_data_dirs({ |
域名
1 | external_url 'http://gitlab.yourdomain.com' |
端口
1 | nginx['listen_port'] = 8091 |
配置好端口后,就可以通过系统nginx转发到此端口,优雅的采用80端口提供服务
nginx转发配置
1 | # |
然后就可以通过http://gitlab.yourdomain.com访问gitlab了
其它配置
略