Book Image

GitLab Quick Start Guide

By : Adam O'Grady
Book Image

GitLab Quick Start Guide

By: Adam O'Grady

Overview of this book

Gitlab is an open source repository management and version control toolkit with an enterprise offering. This book is the ideal guide to GitLab as a version control system (VCS), issue management tool, and a continuous integration platform. The book starts with an introduction to GitLab, a walkthrough of its features, and explores concepts such as version control systems, continuous integration, and continuous deployment. It then takes you through the process of downloading and installing a local copy of the on-premise version of GitLab in Ubuntu and/or CentOS. You will look at some common work?ows associated with GitLab work?ow and learn about project management in GitLab. You will see tools and techniques for migrating your code base from various version control systems such as GitHub and SVN to GitLab. By the end of the book, you will be using Gitlab for repository management, and be able to migrate projects from other VCSs to GitLab.
Table of Contents (10 chapters)

Self-hosted administration

If you're hosting your own GitLab instance, it's good to be aware of some of the key administration features that are provided. These include options to help secure your instance as well as ways of checking up on instance health and resolving any issues. To take a peek at your administration settings, make sure you're logged in with an Admin account, and then click the wrench icon at the top of the page:

Here, you'll be faced with the dashboard, which gives you a good overview of your instance, including some basic statistics, a list of popular/powerful features and whether they're enabled, as well as a summary about the different components of GitLab.

In the left menu, select Messages, and you'll be taken to a panel where you can create messages that are broadcast to all logged in users for a period of time. These are...