Search code examples
gitlabgitlab-ci

How to uninstall gitlab from local ubuntu 14.04 server


How do I uninstall gitlab?

I deleted the /home/gitlab directory but it still opens up when I browse to my hostname.


Solution

  • Stop the gitlab service. Try doing.

    sudo apt-get remove gitlab-ce
    

    Then remove gitlab files from the system. Some files are in /etc directory.

    Have a look at the official documentation.