Install and configure the necessary dependencies
sudo apt-get update
sudo apt-get install curl openssh-server ca-certificates postfix
Add the GitLab package server and install the package
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo apt-get install gitlab-ce
Configure and start GitLab
sudo gitlab-ctl reconfigure
Browse to the hostname and login
※Password is too short (minimum is 8 characters)
文章標籤
全站熱搜