echo "Installing GitLab CE"
sudo apt-get -y install aptitude
sudo aptitude update
sudo aptitude -y upgrade
#Install the dependencies
sudo aptitude -y install curl openssh-server ca-certificates sendmail
#Install GitLab CE
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo aptitude -y install gitlab-ce
#Replace default 'gitlab.rb' file with ours.
sudo cp ../hws/gitlab.rb /etc/gitlab/
sudo gitlab-ctl reconfigure
# |
Change |
User |
Description |
Committed |
|
#4
|
25621 |
Jen Bottom |
Integrating sone fixes from dev to main |
|
|
#3
|
22120 |
Jen Bottom |
Adding lines to the gitlab provision script to copy our version of 'gitlab.rb' before running gitlab-ctl reconfigure |
|
|
#2
|
22112 |
Jen Bottom |
Submitting latest GitLab scripts |
|
|
#1
|
22106 |
Jen Bottom |
Submitting Vagrantfile and provision script for a VM runnin GitLab |
|
|