
GitLab Quick Start Guide
Migrate to GitLab for all your repository management solutions
- 180 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
About this book
Port projects over from GitHub and convert SVN projects to GitLab hosted git projects
Key Features
- Effective guide for GitLab migration from GitHub and SVN
- Learn to implement DevOps with GitLab 11
- Manage projects with issue boards and time tracking
Book Description
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 workflows associated with GitLab workflow 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.
What you will learn
- Set up CI and test builds for your projects
- Understand the benefits and limitations of GitLab workflow
- Migrate from other common VCS platforms to Gitlab
- Create, review, and merge code changes
- Learn to branch local code and create a new branch in GitLab
- Configure sequential stages and simultaneous stages for CI/CD
- Access Mattermost for on-premise GitLab
- Discover the issue tracking features of GitLab
Who this book is for
The book is intended for the developers, SREs, and DevOps professionals who are looking for techniques to port their codebase to GitLab from GitHub or are looking to work with GitLab as their version control system of choice. If you've used other VCSs before, that will help with this book.
Tools to learn more effectively

Saving Books

Keyword Search

Annotating Text

Listen to it instead
Information
Continuous Integration and Continuous Deployment
- How to install GitLab Runner
- Setting up tests in our GitLab example project
- The .gitlab-ci.yml file
- Setting up a .gitlab-ci.yml file in our GitLab example project
- Breaking down advanced .gitlab-ci.yml files
- The CI/CD interface in GitLab
How to install GitLab Runner
Ubuntu
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
cat > /etc/apt/preferences.d/pin-gitlab-runner.pref <<EOF
Explanation: Prefer GitLab provided packages over the Debian native ones
Package: gitlab-runner
Pin: origin packages.gitlab.com
Pin-Priority: 1001
EOF
sudo apt-get install gitlab-runner
CentOS
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
sudo yum install gitlab-runner
Binaries
sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
sudo chmod +x /usr/local/bin/gitlab-runner
sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash
sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner
sudo gitlab-runner start
How to register Runners
Admin panel
Table of contents
- Title page
- Copyright and Credits
- Dedication
- About Packt
- Contributors
- Preface
- Introducing GitLab
- Setting Up GitLab
- GitLab Flow
- Issues to Merge Requests
- Continuous Integration and Continuous Deployment
- Porting from GitHub or Subversion (SVN)
- Advanced and Paid Features
- Introduction To Markdown
- Other Books You May Enjoy
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app