CentOS 7.x gitlab

From Notes_Wiki
Revision as of 03:09, 15 September 2019 by Saurabh (talk | contribs)

<yambe:breadcrumb self="gitlab">CentOS_7.x_version_control|Version Control</yambe:breadcrumb>

CentOS 7.x gitlab

To setup gitlab on CentOS 7.x use bitnami KVM stack available at https://bitnami.com/stack/gitlab/virtual-machine Steps are:

  1. Download the bitnami stack ova file and create VM using CentOS 7.x import ova file based VMs to KVM
  2. Login into VM console with username bitnami and change console password
  3. Login into bitnami web UI http://<IP> using username root and password displayed on VM console. Same can be seen in file bitnami_credentials in home folder of bitnami user at any time
  4. Go to admin area /admin in URL or click on spanner icon in menu
  5. Create user with admin privileges
  6. Again edit created user and put temporary password (User would be forced to change it after first login)
  7. Login with newly create admin user. Change temporary password to desired password.

other option is to install gitlab in lxc container using older steps such as Gitlab installation on OpenVZ container These have not been tried with lxc recently.