Meine Raspibian Standard Installation
Meine Standard Installation auf dem PI mit Raspbian Image:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install vim screen cmake build-essential
sudo apt-get -y install git
Für einen Gitlab-Server wie von der Projekt Seite empfohlen:
sudo apt-get -y install curl openssh-server ca-certificates apt-transport-https
curl https://packages.gitlab.com/gpg.key | sudo apt-key add -
sudo curl -sS https://packages.gitlab.com/install/repositories/gitlab/raspberry-pi2/script.deb.sh | sudo bash
sudo EXTERNAL_URL="http://." apt-get -y install gitlab-ce
Achtung, ich benutze Gitlab nur lokal, deshalb ist nur http://.. Für eine Online-Version sollte unbedingt dein https mit voller Domain angegeben werden!