19
0
Fork 0

Relecture.

This commit is contained in:
Benoît S. 2016-11-16 16:10:17 +01:00
parent b2b7687992
commit 86fe75ae1d
1 changed files with 3 additions and 3 deletions

View File

@ -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.
Il suffit de rejouer la procédure en modifiant « gitlab-demo00 » par le nom d'instance souhaitée.