Reader small image

You're reading from  DevOps for Salesforce

Product typeBook
Published inSep 2018
Publisher
ISBN-139781788833349
Edition1st Edition
Concepts
Right arrow
Authors (2):
Priyanka Dive
Priyanka Dive
author image
Priyanka Dive

Priyanka Dive is a DevOps engineer with substantial experience of working in the IT field on various technologies, such as Docker, Kubernetes, Jenkins, AWS, and Azure. She has worked on big data projects as a system and DevOps administrator. She has worked on Salesforce projects and implemented DevOps practices for small and large projects as well. She's a constant learner with a desire to learn anything new, and hence enjoys doing a lot of tech POCs. She is also a technical blogger who loves to write on emerging technologies. She is currently working as a DevOps Engineer Consultant for a US-based firm.
Read more about Priyanka Dive

Nagraj Gornalli
Nagraj Gornalli
author image
Nagraj Gornalli

Nagraj Gornalli is a Team Leader at Persistent Systems on Salesforce projects. He has more than eight years' experience in the IT field with different technologies. He has done many certifications' such as Salesforce Certified Administrator, Salesforce Certified Platform Developer, Salesforce Certified Sales Cloud Consultant, Data Integration Specialist, Advanced Apex Specialist, Data Integration Specialist, and cloud certified professional. He started as a trailblazer and is now ranked as a "Ranger" in trailhead.
Read more about Nagraj Gornalli

View More author details
Right arrow

Installing the GitLab server


We have installed all required dependencies for the GitLab server. Run the following commands to install GitLab:

$curl -LO https://packages.gitlab.com/install/repositories
/gitlab/gitlab-ce/script.deb.sh% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current Dload  Upload   Total   Spent    Left  Speed100  5933    0  5933    0     0  23796      0 --:--:-- --:--:-- --:--:-- 23827

You can examine script.deb.sh and check all the packages that will be installed and their configuration, as you need to know what is being installed on your server. Once you have verified script.deb.sh, you are good to go for the next step in the installation:

$ sudo bash script.deb.sh Detected operating system as Ubuntu/xenial.Checking for curl...Detected curl...Checking for gpg...Detected gpg...Running apt-get update... done.Installing apt-transport-https... done.Installing /etc/apt/sources.list.d/gitlab_gitlab-ce.list...done.Importing packagecloud gpg key... done...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
DevOps for Salesforce
Published in: Sep 2018Publisher: ISBN-13: 9781788833349

Authors (2)

author image
Priyanka Dive

Priyanka Dive is a DevOps engineer with substantial experience of working in the IT field on various technologies, such as Docker, Kubernetes, Jenkins, AWS, and Azure. She has worked on big data projects as a system and DevOps administrator. She has worked on Salesforce projects and implemented DevOps practices for small and large projects as well. She's a constant learner with a desire to learn anything new, and hence enjoys doing a lot of tech POCs. She is also a technical blogger who loves to write on emerging technologies. She is currently working as a DevOps Engineer Consultant for a US-based firm.
Read more about Priyanka Dive

author image
Nagraj Gornalli

Nagraj Gornalli is a Team Leader at Persistent Systems on Salesforce projects. He has more than eight years' experience in the IT field with different technologies. He has done many certifications' such as Salesforce Certified Administrator, Salesforce Certified Platform Developer, Salesforce Certified Sales Cloud Consultant, Data Integration Specialist, Advanced Apex Specialist, Data Integration Specialist, and cloud certified professional. He started as a trailblazer and is now ranked as a "Ranger" in trailhead.
Read more about Nagraj Gornalli