Skip to content

Commit 529850c

Browse files
author
Kevin Seynave
committed
Quickfixes
1 parent 087a02b commit 529850c

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

pages/web/hosting/cms_manual_installation/guide.fr-ca.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,15 @@ cd NameOfYourTargetFolder
236236
- Récupérez les fichiers sources de votre CMS directement depuis votre « dossier racine » à l'aide de la commande correspondant au CMS que vous avez choisi :
237237

238238
> [!tabs]
239-
> **WordPress** :
239+
> **WordPress**
240240
>>
241241
>> ```bash
242242
>> wget http://wordpress.org/latest.tar.gz
243243
>> ```
244244
>>
245245
>> **latest** permet d'installer automatiquement la dernière version du CMS.
246246
>>
247-
> **Joomla!** :
247+
> **Joomla!**
248248
>>
249249
>> ```bash
250250
>> wget https://downloads.joomla.org/cms/joomla4/4-2-8/Joomla_4-2-8-Stable-Full_Package.tar.gz
@@ -253,7 +253,7 @@ cd NameOfYourTargetFolder
253253
>> **Joomla4** et **4-2-8** correspondent, à date, à la dernière version de Joomla! disponible.
254254
>> Remplacez ces valeurs par celles que vous souhaitez installer.
255255
>>
256-
> **Drupal** :
256+
> **Drupal**
257257
>>
258258
>> ```bash
259259
>> wget https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.4.tar.gz
@@ -262,7 +262,7 @@ cd NameOfYourTargetFolder
262262
>> **8.x-2.4** correspond, à date, à la dernière version de Drupal disponible.
263263
>> Remplacez cette valeur par celle que vous souhaitez installer.
264264
>>
265-
> **PrestaShop** :
265+
> **PrestaShop**
266266
>>
267267
>> ```bash
268268
>> wget https://github.com/PrestaShop/PrestaShop/archive/1.7.8.8.tar.gz
@@ -274,25 +274,25 @@ cd NameOfYourTargetFolder
274274
- Décompressez les fichiers sources de votre CMS dans votre « dossier racine » à l'aide de la commande correspondant au CMS que vous avez choisi:
275275
276276
> [!tabs]
277-
> **WordPress** :
277+
> **WordPress**
278278
>>
279279
>> ```bash
280280
>> tar xvf latest.tar.gz
281281
>> ```
282282
>>
283-
> **Joomla!** :
283+
> **Joomla!**
284284
>>
285285
>> ```bash
286286
>> tar xvf Joomla_4-2-8-Stable-Full_Package.tar.gz
287287
>> ```
288288
>>
289-
> **Drupal** :
289+
> **Drupal**
290290
>>
291291
>> ```bash
292292
>> tar xvf admin_toolbar-8.x-2.4.tar.gz
293293
>> ```
294294
>>
295-
> **PrestaShop** :
295+
> **PrestaShop**
296296
>>
297297
>> ```bash
298298
>> tar xvf 1.7.8.8.tar.gz
@@ -314,7 +314,7 @@ rmdir ./CMS/
314314
- Supprimez le fichier compressé correspondant au CMS que vous avez choisi :
315315

316316
> [!tabs]
317-
> **WordPress** :
317+
> **WordPress**
318318
>> ```bash
319319
>> rm -f latest.tar.gz
320320
>> ```

pages/web/hosting/cms_manual_installation/guide.fr-fr.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,15 @@ cd NameOfYourTargetFolder
236236
- Récupérez les fichiers sources de votre CMS directement depuis votre « dossier racine » à l'aide de la commande correspondant au CMS que vous avez choisi :
237237

238238
> [!tabs]
239-
> **WordPress** :
239+
> **WordPress**
240240
>>
241241
>> ```bash
242242
>> wget http://wordpress.org/latest.tar.gz
243243
>> ```
244244
>>
245245
>> **latest** permet d'installer automatiquement la dernière version du CMS.
246246
>>
247-
> **Joomla!** :
247+
> **Joomla!**
248248
>>
249249
>> ```bash
250250
>> wget https://downloads.joomla.org/cms/joomla4/4-2-8/Joomla_4-2-8-Stable-Full_Package.tar.gz
@@ -253,7 +253,7 @@ cd NameOfYourTargetFolder
253253
>> **Joomla4** et **4-2-8** correspondent, à date, à la dernière version de Joomla! disponible.
254254
>> Remplacez ces valeurs par celles que vous souhaitez installer.
255255
>>
256-
> **Drupal** :
256+
> **Drupal**
257257
>>
258258
>> ```bash
259259
>> wget https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.4.tar.gz
@@ -262,7 +262,7 @@ cd NameOfYourTargetFolder
262262
>> **8.x-2.4** correspond, à date, à la dernière version de Drupal disponible.
263263
>> Remplacez cette valeur par celle que vous souhaitez installer.
264264
>>
265-
> **PrestaShop** :
265+
> **PrestaShop**
266266
>>
267267
>> ```bash
268268
>> wget https://github.com/PrestaShop/PrestaShop/archive/1.7.8.8.tar.gz
@@ -274,25 +274,25 @@ cd NameOfYourTargetFolder
274274
- Décompressez les fichiers sources de votre CMS dans votre « dossier racine » à l'aide de la commande correspondant au CMS que vous avez choisi:
275275
276276
> [!tabs]
277-
> **WordPress** :
277+
> **WordPress**
278278
>>
279279
>> ```bash
280280
>> tar xvf latest.tar.gz
281281
>> ```
282282
>>
283-
> **Joomla!** :
283+
> **Joomla!**
284284
>>
285285
>> ```bash
286286
>> tar xvf Joomla_4-2-8-Stable-Full_Package.tar.gz
287287
>> ```
288288
>>
289-
> **Drupal** :
289+
> **Drupal**
290290
>>
291291
>> ```bash
292292
>> tar xvf admin_toolbar-8.x-2.4.tar.gz
293293
>> ```
294294
>>
295-
> **PrestaShop** :
295+
> **PrestaShop**
296296
>>
297297
>> ```bash
298298
>> tar xvf 1.7.8.8.tar.gz
@@ -314,22 +314,22 @@ rmdir ./CMS/
314314
- Supprimez le fichier compressé correspondant au CMS que vous avez choisi :
315315

316316
> [!tabs]
317-
> **WordPress** :
317+
> **WordPress**
318318
>> ```bash
319319
>> rm -f latest.tar.gz
320320
>> ```
321321
>>
322-
> **Joomla!** :
322+
> **Joomla!**
323323
>> ```bash
324324
>> rm -f Joomla_4-2-8-Stable-Full_Package.tar.gz
325325
>> ```
326326
>>
327-
> **Drupal** :
327+
> **Drupal**
328328
>> ```bash
329329
>> rm -f admin_toolbar-8.x-2.4.tar.gz
330330
>> ```
331331
>>
332-
> **PrestaShop** :
332+
> **PrestaShop**
333333
>> ```bash
334334
>> rm -f 1.7.8.8.tar.gz
335335
>> ```

pages/web/hosting/cms_manual_installation_drupal/guide.fr-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutoriel - Installer manuellement Drupal"
33
slug: installer-manuellement-drupal
44
excerpt: "Découvrez comment installer manuellement votre CMS Drupal"
55
section: CMS
6-
order: 04
6+
order: 06
77
updated: 2023-03-17
88
---
99

pages/web/hosting/cms_manual_installation_drupal/guide.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutoriel - Installer manuellement Drupal"
33
slug: installer-manuellement-drupal
44
excerpt: "Découvrez comment installer manuellement votre CMS Drupal"
55
section: CMS
6-
order: 04
6+
order: 06
77
updated: 2023-03-17
88
---
99

pages/web/hosting/cms_manual_installation_joomla/guide.fr-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutoriel - Installer manuellement Joomla!"
33
slug: installer-manuellement-joomla
44
excerpt: "Découvrez comment installer manuellement votre CMS Joomla!"
55
section: CMS
6-
order: 04
6+
order: 05
77
updated: 2023-03-17
88
---
99

pages/web/hosting/cms_manual_installation_joomla/guide.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutoriel - Installer manuellement Joomla!"
33
slug: installer-manuellement-joomla
44
excerpt: "Découvrez comment installer manuellement votre CMS Joomla!"
55
section: CMS
6-
order: 04
6+
order: 05
77
updated: 2023-03-17
88
---
99

pages/web/hosting/cms_manual_installation_prestashop/guide.fr-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutoriel - Installer manuellement PrestaShop"
33
slug: installer-manuellement-prestashop
44
excerpt: "Découvrez comment installer manuellement votre CMS PrestaShop"
55
section: CMS
6-
order: 06
6+
order: 07
77
updated: 2023-03-17
88
---
99

pages/web/hosting/cms_manual_installation_prestashop/guide.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tutoriel - Installer manuellement PrestaShop"
33
slug: installer-manuellement-prestashop
44
excerpt: "Découvrez comment installer manuellement votre CMS PrestaShop"
55
section: CMS
6-
order: 06
6+
order: 07
77
updated: 2023-03-17
88
---
99

0 commit comments

Comments
 (0)