'Reinstall gitlab on my server
I've uninstalled gitlab from centos7 server using,using the following commands
sudo gitlab-ctl uninstall
sudo gitlab-ctl cleanse
sudo gitlab-ctl remove-accounts
Now I'm trying to install it again following the installation instructions from omnibus gitlab installation, but now nothing is installed I try to start with gitlab-ctl
start but nothing is done, and the files like /etc/gitlab/gitlab.rb
doesn't exists.
Solution 1:[1]
You need to install the package using dnf or yum. sudo dnf install gitlab-ee
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | draft04 |