gitlab

更改配置后,执行如下命令(加载配置生效):
sudo gitlab-ctl reconfigure

服务打开、关闭、重启:
# Start all GitLab components
sudo gitlab-ctl start

# Stop all GitLab components
sudo gitlab-ctl stop

# Restart all GitLab components
sudo gitlab-ctl restart
卸载:

# Stop gitlab and remove its supervision process
sudo gitlab-ctl uninstall

# Debian/Ubuntu
sudo dpkg -r gitlab

# Redhat/Centos
sudo rpm -e gitlab

=============================================================================================================================

posted @ 2016-11-04 17:30  鸾舞春秋  阅读(128)  评论(0编辑  收藏  举报