原文地址:https://about.gitlab.com/downloads/#centos6
1. Install and configure the necessary dependencies
sudoyuminstallcurlopenssh-serveropenssh-clientspostfixcronie sudoservicepostfixstart sudochkconfigpostfixon sudolokkit-shttp-sssh
2. Add the GitLab package server and install the package
curl-sShttps://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh|sudobash sudoyuminstallgitlab-ce
3. Configure and start GitLab
sudogitlab-ctlreconfigure
4. Browse to the hostname and login
On your first visit,you'll be redirected to a password reset screen to provide the password for the initial administrator account. Enter your desired password and you'll be redirected back to the login screen.
The default account's username isroot. Provide the password you created earlier and login. After login you can change the username if you wish.
原文链接:https://www.f2er.com/centos/379255.html