divis1969 Posted April 10, 2018 Posted April 10, 2018 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?
Larry Bank Posted April 10, 2018 Posted April 10, 2018 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.
Recommended Posts