diff --git a/HowtoDrupal.md b/HowtoDrupal.md index a9870339..09335505 100644 --- a/HowtoDrupal.md +++ b/HowtoDrupal.md @@ -13,7 +13,11 @@ title: Howto Drupal * PHP 5.5+ * Une base de donnée (MySQL/Mariadb 5.5+, PostgreSQL 9.1+) -Pour plus de détails, voir [la documentation de Drupal](https://www.drupal.org/docs/user_guide/en/install-requirements.html) +Pour plus de détails, voir [la documentation de Drupal](https://www.drupal.org/docs/user_guide/en/install-requirements.html) notamment : + +* [pré-requis pour Drupal 7](https://www.drupal.org/docs/7/system-requirements/) +* [pré-requis pour Drupal 8](https://www.drupal.org/docs/8/system-requirements) + ### Apache @@ -26,7 +30,6 @@ AllowOverride AuthConfig Limit FileInfo Indexes Options=Indexes,MultiViews,ExecC Le `DocumentRoot` d'Apache doit correspondre au dossier `web` qui se trouve à la racine du dossier du projet - ### PHP Certains ajustements sont nécessaires @@ -94,4 +97,4 @@ SecRule ARGS_GET_NAMES|ARGS_POST_NAMES|REQUEST_COOKIES_NAMES "^#" "t:none,log,de Ça arrive quand on a initialisé un projet Drupal depuis composer. Il semble que ce soit [un vieux bug non corrigé](https://github.com/drupal-composer/drupal-project/issues/274) -La solution est de créer un dossier `config/sync` a la racine du projet, avec des droits d'écritures pour le serveur web. \ No newline at end of file +La solution est de créer un dossier `config/sync` a la racine du projet, avec des droits d'écritures pour le serveur web. diff --git a/HowtoMagento.md b/HowtoMagento.md index 210074c0..350b8632 100644 --- a/HowtoMagento.md +++ b/HowtoMagento.md @@ -1,8 +1,24 @@ -# Howto Magento +--- +categories: web ecommerce +title: Howto Magento +--- + +* Documentation : + +[Magento](https://magento.com/) une plateforme e-commerce libre écrite en PHP. + +## Pré-requis + +* [pré-requis pour Mangento 2.3](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html) +* [pré-requis pour Mangento 2.2](https://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html) +* [pré-requis pour Mangento 2.1](https://devdocs.magento.com/guides/v2.1/install-gde/system-requirements-tech.html) +* [pré-requis pour Mangento 2.0](https://devdocs.magento.com/guides/v2.0/install-gde/system-requirements-tech.html) + +## Protection -## Cloudflare +### Cloudflare - Solution simple : -- Solution complexe : avec une extension Magento \ No newline at end of file +- Solution complexe : avec une extension Magento diff --git a/PracticeSymfony.md b/PracticeSymfony.md index ed98c04e..b7b603a1 100644 --- a/PracticeSymfony.md +++ b/PracticeSymfony.md @@ -9,6 +9,8 @@ +* PHP 7.1.3 ou supérieur + ### Apache