Skip to content

Instantly share code, notes, and snippets.

@bjoernh
Created April 25, 2022 21:03
Show Gist options
  • Save bjoernh/16724358540f89d4c7eb843dcfb275f6 to your computer and use it in GitHub Desktop.
Save bjoernh/16724358540f89d4c7eb843dcfb275f6 to your computer and use it in GitHub Desktop.
Install Gitlab CE on Ubuntu 22.04 Jammy Jellyfish

Workaround

Today (25.04.2022) Gitlab can't be installed with standard installer on Ubuntu 22.04 Jammy Jellyfish. In the furure this warkaround will not be needed any more...

Manual Installing

  1. Downlad Gitlab Debian package from https://packages.gitlab.com/gitlab/gitlab-ce

e.g. wget --content-disposition https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/focal/gitlab-ce_14.10.0-ce.0_amd64.deb/download.deb

  1. Install deb Packages via dpkg

    dpkg -i gitlab-ce_14.10.0-ce.0_amd64.deb

  2. run gitlab

    gitlab-ctl reconfigure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment