From 86fe75ae1de85cbefc48fce9593b4f743a8018f5 Mon Sep 17 00:00:00 2001 From: bserie Date: Wed, 16 Nov 2016 16:10:17 +0100 Subject: [PATCH] Relecture. --- HowtoGitlab/8.13.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HowtoGitlab/8.13.md b/HowtoGitlab/8.13.md index f3b15ccd..cd513d1c 100644 --- a/HowtoGitlab/8.13.md +++ b/HowtoGitlab/8.13.md @@ -102,7 +102,7 @@ Tester si l'extension `pg_trgm` est bien activée : AND installed_version IS NOT NULL; ``` - Cela doit retourner ( « 1 row ») : + Cela doit retourner (« 1 row ») : ``` enabled @@ -255,7 +255,7 @@ $ chmod o-rwx config/database.yml ``` ### Installation des Gems -> **Important**: Votre /home ne doit pas être monté avec l'option noexec. +> **Important**: Votre `/home` ne doit pas être monté avec l'option `noexec`. ``` $ bundle install -j$(nproc) --deployment --without development test mysql aws kerberos @@ -375,4 +375,4 @@ Si tout est au vert, c'est bon ! On pourra aller sur l'instance via https://demo # Création d'une autre instance -Il suffit de rejouer la procédure en modifiant « gitlab-demo00 » pas le nom d'instance souhnaitée. \ No newline at end of file +Il suffit de rejouer la procédure en modifiant « gitlab-demo00 » par le nom d'instance souhaitée. \ No newline at end of file