GitLab Cookbook
eBook - ePub

GitLab Cookbook

Jeroen van Baarsen

Partager le livre
  1. 172 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

GitLab Cookbook

Jeroen van Baarsen

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

GitLab is a popular, open source Git hosting solution implemented by more than 50,000 organizations. This book has some carefully chosen recipes to help you decide on the type of GitLab installation that will fit your requirements. Along with covering some of the basic principles of Git, the book covers practical scenarios to show how you or your organization can effectively manage your proprietary code.

You will learn how to manage multiple users, groups, and the permissions GitLab has for them. Updating your GitLab instance, creating backups, and restoring backups are a few of the important tasks described in detail to assist you in maintaining your GitLab server. Moreover, the GitLab API is extensively covered to guide you through the various operations to manage your project.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que GitLab Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  GitLab Cookbook par Jeroen van Baarsen en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Content Management Systems. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2014
ISBN
9781783986842

GitLab Cookbook


Table of Contents

GitLab Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it

How it works

There's more

See also
Conventions
Reader feedback
Customer support
Errata
Piracy
Questions
1. Introduction and Installation
Introduction
Using the Omnibus package
Getting ready
How to do it

How it works

Setting up the server dependencies for source installation
How to do it

How it works

Set up the database for source installation
How to do it

Installing GitLab from source
Getting ready
How to do it

How it works

Using Chef and GitLab Cookbook
Getting ready
How to do it

How it works

Logging in for the first time
How to do it

How it works

Creating your first project
How to do it

2. Explaining Git
Introduction
Generating your SSH key on Unix-like systems
How to do it

How it works

Generating your SSH key on Windows
How to do it

How it works

Adding your SSH key to GitLab
How to do it

How it works

Creating your first Git project
How to do it

How it works

Cloning your repository and pushing code to it
Getting ready
How to do it

How it works

Working with branches
Getting ready
How to do it

Performing a rebase operation
How to do it

How it works

Squashing your commits
How to do it

How it works

3. Managing Users, Groups, and Permissions
Introduction
Adding a user
How to do it

How it works

Creating a group
How to do it

How it works

Working with user permissions
Getting ready
How to do it

How it works

Protecting your main branches
How to do it

How it works

Configuring the project's visibility
How to do it

How it works

Removing a user
Getting ready
How to do it

How it works

4. Issue Tracker and Wiki
Creating your first issue
Getting ready
How to do it

How it works

Creating your first merge request
Getting ready
How to do it

How it works

Accepting a merge request
Getting ready
How to do it

How it works

Referencing issues
How to do it

There's more

Working with milestones
How to do it

How it works

Creating your first wiki page
How to do it

How it works

Managing your wiki with Gollum
Getting ready
How to do it

How it works

5. Maintaining Your GitLab Instance
Introduction
Updating an Omnibus installation
How to do it

How it works

Updating GitLab from a source installation
How to do it

How it works

Troubleshooting your GitLab installation
How to do it

How it works

Creating a backup
How to do it

Restoring a backup
Getting ready
How to do it

Importing an existing repository
How to do it

How it works

6. Webhooks, External Services, and the API
Introduction
Working with external services
How to do it

There's more

Using webhooks
How to do it

How it works

Using system hooks
How to do it

Getting your private token for the API
How to do it

How it works

Understanding the API status codes
How it works

Managing your projects via the API
Getting ready
How to do it

Managing issues via the API
Getting ready
How to do it

Working with other API resources
Working with the API sudo command
7. Using LDAP and OmniAuth Providers
Introduction
Setting up your LDAP server
How to do it

Installing a web interface for LDAP
How to do it

Adding a user to your LDAP server
How to do it

How it works

Configuring GitLab to use LDAP on an Omnibus installation
How to do it

Configuring GitLab to use LDAP on a source installation
How to do it

Setting up GitHub as an OmniAuth provider
How to do it

How it works

8. GitLab CI
Introduction to GitLab CI
Installing the dependencies
How to do it

Installing the coordinator
How to do it

Installing the web server
How to do it

Installing a runner
How to do ...

Table des matiĂšres