Skip to content

Commit 6b3fa50

Browse files
committed
move(php web server): move file and change mkdocs.yml
1 parent 51681eb commit 6b3fa50

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/03_system/server/php_web_server_creation.md renamed to docs/01_development/deployment/php_web_server_creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Prérequis
2020

21-
- [Avoir un serveur](./server_creation.md) (de préférence Debian) sur lequel vous avez les droits administrateurs.
21+
- [Avoir un serveur](../../03_system/server/server_creation.md) (de préférence Debian) sur lequel vous avez les droits administrateurs.
2222

2323
## Préambule
2424

docs/01_development/others/web_development_php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
Ce document a pour but de rassembler toutes les informations nécessaires pour développer des applications web avec PHP.
4646

47-
Il n'est pas fait pour la production mais pour le développement local. Si vous voulez déployer une application en production, il est conseillé de suivre des [tutoriels spécifiques à la mise en production](../../03_system/server/php_web_server_creation.md).
47+
Il n'est pas fait pour la production mais pour le développement local. Si vous voulez déployer une application en production, il est conseillé de suivre des [tutoriels spécifiques à la mise en production](../deployment/php_web_server_creation.md).
4848

4949
## PHP
5050

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- [Mise en production d'une application dockerisée](01_development/deployment/production_with_docker.md)
2828
- [Creation de packets Debian](01_development/deployment/debian_package_creation.md)
2929
- [Mise sous licence d'un projet open source](01_development/deployment/open_source_licensing_gnu_gpl.md)
30+
- [Création d'un serveur web PHP](01_development/deployment/php_web_server_creation.md)
3031
- Autres*
3132
- [Clean code (Codé proprement)](01_development/others/clean_code.md)
3233
- [Developpement web en micro-services (Recommandé)](01_development/others/web_development_micro_service.md)
@@ -44,7 +45,7 @@
4445
- [Configuration de Thunderbird pour l'IUT du Havre](02_applications/thunderbird_iut_le_havre.md)
4546
- Systèmes
4647
- Server
47-
- [Création d'un serveur web PHP](03_system/server/php_web_server_creation.md)
48+
- [Création d'un serveur](03_system/server/server_creation.md)
4849
- Linux
4950
- [Création d'un dual boot](03_system/linux/dual_boot.md)
5051
- [Utilisation d'outils windows sous Linux](03_system/linux/windows_on_linux.md)

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ nav:
7676
- Mise en production d'une application dockerisée : 01_development/deployment/production_with_docker.md
7777
- Creation de packets Debian : 01_development/deployment/debian_package_creation.md
7878
- Mise sous licence d'un projet open source: 01_development/deployment/open_source_licensing_gnu_gpl.md
79+
- Création d'un serveur web PHP: 01_development/deployment/php_web_server_creation.md
7980
- Autres*:
8081
- Clean code (Codé proprement) : 01_development/others/clean_code.md
8182
- Developpement web en micro-services (Recommandé): 01_development/others/web_development_micro_service.md
@@ -93,7 +94,7 @@ nav:
9394
- Configuration de Thunderbird pour l'IUT du Havre: 02_applications/thunderbird_iut_le_havre.md
9495
- Systèmes:
9596
- Server:
96-
- Création d'un serveur web PHP: 03_system/server/php_web_server_creation.md
97+
- Création d'un serveur: 03_system/server/server_creation.md
9798
- Linux:
9899
- Création d'un dual boot: 03_system/linux/dual_boot.md
99100
- Utilisation d'outils windows sous Linux: 03_system/linux/windows_on_linux.md

0 commit comments

Comments
 (0)