Jump to content

GitLab installation on Ubuntu 16.04


divis1969

Recommended Posts

I've tried to install GitLab onto Banana PI running Armbian (Ubuntu 16.04 server).

I've followed the instructions for Raspberry PI (on https://docs.gitlab.com/omnibus/manual_install.html) and generic https://about.gitlab.com/installation/#ubuntu

 

Unfortunately this fails:

$curl -s https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/script.deb.sh | sudo bash
...

$ sudo EXTERNAL_URL="http://myurl.com" apt-get install gitlab
...
Verifying we have all required libraries...
Could not find gem 'devise-two-factor (~> 2.0.0)' in any of the gem sources
listed in your Gemfile or available on this machine.

Did anybody tried the same? Is there any way to fix the issue?

Link to comment
Share on other sites

43 minutes ago, divis1969 said:

I've tried to install GitLab onto Banana PI running Armbian (Ubuntu 16.04 server).

I've followed the instructions for Raspberry PI (on https://docs.gitlab.com/omnibus/manual_install.html) and generic https://about.gitlab.com/installation/#ubuntu

 

Unfortunately this fails:


$curl -s https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/script.deb.sh | sudo bash
...

$ sudo EXTERNAL_URL="http://myurl.com" apt-get install gitlab
...
Verifying we have all required libraries...
Could not find gem 'devise-two-factor (~> 2.0.0)' in any of the gem sources
listed in your Gemfile or available on this machine.

Did anybody tried the same? Is there any way to fix the issue?

I didn't even know they offered some kind of GUI. I use gitlab from the command line with the default git application and it works fine.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines