Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Gitlab Cookbook
  • Table Of Contents Toc
Gitlab Cookbook

Gitlab Cookbook

By : van Baarsen
3.3 (3)
close
close
Gitlab Cookbook

Gitlab Cookbook

3.3 (3)
By: van Baarsen

Overview of this book

This book is aimed at developers and devops that have a GitLab server running, and want to be sure they use it to its full potential. This book will also be useful for people looking for a great Git platform, and learn how to set it up successfully. Some system administrating experience on a UNIX-based system would be useful, but is not required.
Table of Contents (11 chapters)
close
close
10
Index

Installing the dependencies


Before you can install GitLab CI, we need to have some dependencies in place. These dependencies ensure GitLab CI runs smoothly later on in the process. We will install the following dependencies:

  • System packages

  • The Redis server

  • Ruby

  • PostgreSQL

How to do it…

Let's install the dependencies:

  1. Log in via SSH to your GitLab server.

  2. Let's ensure that our system is up to date using the following command:

    $ sudo apt-get update && sudo apt-get upgrade
    
  3. Install the required packages:

    $ sudo apt-get install wget curl gcc checkinstall libxml2-dev
    $ sudo apt-get install libxslt-dev libcurl4-openssl-dev 
    $ sudo apt-get install libreadline6-dev libc6-dev libssl-dev 
    $ sudo apt-get install libmysql++-dev make build-essential zlib1g-dev 
    $ sudo apt-get install openssh-server git-core libyaml-dev 
    $ sudo apt-get install redis-server postfix libpq-dev libicu-dev
    
  4. Next, we need to install Ruby using the following commands:

    $ mkdir /tmp/ruby && cd /tmp/ruby
    $ curl --progress...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Gitlab Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon