gitlab install
1. gitlab base install
1 | [root@gitserver ~]# yum -y install curl policycoreutils openssh-server openssh-clients |
2. gitlab install
1 | [root@gitserver ~]# curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash |
3. gitlab configuration
1 | [root@gitserver ~]# gitlab-ctl reconfigure |
4. gitlab stop/start
1 | [root@gitserver ~]# gitlab-ctl stop |
1 | [root@gitserver ~]# gitlab-ctl start |