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