Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GitLab provides an installer for adding the GitLab CE repository. You can do the necessary things by below command lines.

Code Block
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-eece/script.rpm.sh | sudo bash
sudo EXTERNAL_URL="http://<your url>127.0.0.1" yum install -y gitlab-ee

ce

Note that you can put your own URL instead of 127.0.0.1 above.


STEP 3. Connect to your GitLab server by web browser

The default user account is root as administrator. You will be able to reset that administrator password.


Reference: https://about.gitlab.com/install/#centos-7?version=ce