Install GitLab
<?php
$URL="https://raw.githubusercontent.com/panticz/installit/master/install.gitlab.sh";
echo "wget -q --no-check-certificate $URL -O - | bash -";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
HowTo
http://www.panticz.de/gitlab
Login
http://YOUR_SERVER_IP
user: root
pass: 5iveL!fe
Downloads: GitLab CE Download Archives
https://about.gitlab.com/downloads/archives/
# check instalation
gitlab-rake gitlab:check
# GitLab APT repository
https://packages.gitlab.com/gitlab/gitlab-ce
# rebuild an authorized_keys file
gitlab-rake gitlab:shell:setup
# install specific version
sudo apt-get install -y gitlab-ce=7.10.1~omnibus.1-1
Send email notification
Notify.test_email('foo@example.com', 'GitLab test subject', 'GitLab test message').deliver_now
Links
https://packages.gitlab.com/gitlab/gitlab-ce/install
https://packages.gitlab.com/gitlab/gitlab-ce/
https://about.gitlab.com/downloads/
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#installation
https://www.gitlab.com/2014/02/14/gitlab-is-now-simple-to-install/
https://about.gitlab.com/downloads/archives/ - old GitLab packages archive