« Drupal » : différence entre les versions

De EduTech Wiki
Aller à la navigation Aller à la recherche
m (New page: {{Ebauche}} == Définition == Drupal est un "portalware". == Installation == * Drupal nécessite un LAMP/WAMP === Configuration === ; Ajouter des fonctionalités déjà inclus dans la...)
 
 
(10 versions intermédiaires par 3 utilisateurs non affichées)
Ligne 2 : Ligne 2 :
== Définition ==
== Définition ==


Drupal est un "portalware".
Drupal est un portail (portalware).


== Installation ==
== Installation ==


* Drupal nécessite un LAMP/WAMP
* Drupal nécessite un serveur local LAMP/WAMP/MAMP ou un hébergement web.
La procédure d'installation  sur un serveur local est démontrée dans ces vidéos:
*Installation de WAMP et de [http://www.lullabot.com/videos/install-local-web-server-windows-xp Drupal sur Windows XP]  (vidéo en anglais)
*Installation de MAMP et de  [http://vimeo.com/9032348 Drupal sur Mac]  (vidéo en français)


=== Configuration ===
=== Configuration de Drupal===


; Ajouter des fonctionalités déjà inclus dans la distribution
; Ajouter des fonctionalités déjà inclus dans la distribution
Administer -> Site building -> modules
* Administer -> Site building -> modules
* Ensuite cocher (surtout le support pour les languages)
* Ensuite cocher (surtout le support pour les languages)


; Ajouter des langues
* Télécharger un fichier *.po depuis http://drupal.org/project/Translations
* Administer -> Site configuration -> Localization
* Ensuite "Import" le fichier *.po, puis "Add language".


== Installation de Drupal commerce sur un site Drupal 9 existant ==
=== Installation de Drupal ===
(à faire, pour le moment j'utilise l'installation standarde de Infomaniak)
Identifier l'état et la version de l'installation courrante:
Dans l'interface administration:
Administration > Reports > Status report
=== Installation du module Commerce de base ===
Commerce est le module e-commerce de Drupal. On suit [https://docs.drupalcommerce.org/commerce2/developer-guide/install-update/installation l'installation officielle] de drupalcommerce.org
cd /dossier/web/de/drupal
composer require "drupal/commerce"
Gestion de problèmes (Mars 21 2021)
Problem 1
    - Installation request for drupal/commerce ^2.24 -> satisfiable by drupal/commerce[2.24.0].
    - drupal/commerce 2.24.0 requires drupal/inline_entity_form ^1.0-rc6 -> satisfiable by drupal/inline_entity_form[1.x-dev, 1.0.0-rc6, 1.0.0-rc7, 1.0.0-rc8] but these conflict with your requirements or minimum-stability.
Solution: autoriser l'utilisation d'une version non stable.
composer require drupal/inline_entity_form @RC
Installation:
* Utiliser soit la console drupal soit l'interface web (Menu -> Extend)
=== Installation de Commerce File ===
Ce module permet de vendre des fichiers. Citation {{citation|Extends Commerce License with the ability to sell access to files. The user buys a product and gets access to all files attached to that product's commerce_file field. Adding new files to the commerce_file field (a new software version, for instance) makes them immediately available to all users who have an active license.}} ([https://www.drupal.org/project/commerce_file Commerce File], Mars 2021)
composer require 'drupal/commerce_file:^2.0@beta'


== Liens ==
== Liens ==
*  [http://drupal.org/node/159534 Explications] détaillées  sur l'installation de Drupal avec Lamp/Wamp/Mamp (en anglais)


=== Drupal ===
=== Drupal ===
Ligne 32 : Ligne 74 :
== References ==
== References ==


* There are four books about Drupal. See [http://drupal.org/node/42200 Books about Drupal].
* There are many books about Drupal. See [http://drupal.org/node/42200 Books about Drupal].


Albion, Peter (2005) 'Designing for an online doctoral studies community using an open source platform.' In: Crawford, C. and Carlsen, R. and Gibson, I. and McFerrin, K. and Price, J. and Weber, R. and Willis, D. A., (ed.). Proceedings of the 16th International Conference of the Society for Information Technology in Teacher Education, Association for the Advancement of Computing in Education, pp. 2138-2143. [http://www.editlib.org/index.cfm?fuseaction=Reader.ViewAbstract&paper_id=19387 Abstract/HTML/PDF]
* Albion, Peter (2005) 'Designing for an online doctoral studies community using an open source platform.' In: Crawford, C. and Carlsen, R. and Gibson, I. and McFerrin, K. and Price, J. and Weber, R. and Willis, D. A., (ed.). Proceedings of the 16th International Conference of the Society for Information Technology in Teacher Education, Association for the Advancement of Computing in Education, pp. 2138-2143. [http://www.editlib.org/index.cfm?fuseaction=Reader.ViewAbstract&paper_id=19387 Abstract/HTML/PDF]


* Norma, David Kent [http://deekayen.net/files/EME6457_Norman,D._Distance_education_tools.pdf Distance Education Development And Delivery Tools] (found with google scholar, no refs ..)
* Norma, David Kent [http://deekayen.net/files/EME6457_Norman,D._Distance_education_tools.pdf Distance Education Development And Delivery Tools] (found with google scholar, no refs ..)
Ligne 41 : Ligne 83 :




[[Catégorie: technologies]]
 
[[en:Drupal]]
[[en:Drupal]]
[[Catégorie:Logiciels de portail]]

Dernière version du 21 mars 2021 à 19:39

Cet article est une ébauche à compléter. Une ébauche est une entrée ayant un contenu (très) maigre et qui a donc besoin d'un auteur.

Définition

Drupal est un portail (portalware).

Installation

  • Drupal nécessite un serveur local LAMP/WAMP/MAMP ou un hébergement web.

La procédure d'installation sur un serveur local est démontrée dans ces vidéos:

Configuration de Drupal

Ajouter des fonctionalités déjà inclus dans la distribution
  • Administer -> Site building -> modules
  • Ensuite cocher (surtout le support pour les languages)
Ajouter des langues

Installation de Drupal commerce sur un site Drupal 9 existant

Installation de Drupal

(à faire, pour le moment j'utilise l'installation standarde de Infomaniak)

Identifier l'état et la version de l'installation courrante: Dans l'interface administration:

Administration > Reports > Status report

Installation du module Commerce de base

Commerce est le module e-commerce de Drupal. On suit l'installation officielle de drupalcommerce.org

cd /dossier/web/de/drupal
composer require "drupal/commerce"

Gestion de problèmes (Mars 21 2021)

Problem 1
   - Installation request for drupal/commerce ^2.24 -> satisfiable by drupal/commerce[2.24.0].
   - drupal/commerce 2.24.0 requires drupal/inline_entity_form ^1.0-rc6 -> satisfiable by drupal/inline_entity_form[1.x-dev, 1.0.0-rc6, 1.0.0-rc7, 1.0.0-rc8] but these conflict with your requirements or minimum-stability.

Solution: autoriser l'utilisation d'une version non stable.

composer require drupal/inline_entity_form @RC

Installation:

  • Utiliser soit la console drupal soit l'interface web (Menu -> Extend)

Installation de Commerce File

Ce module permet de vendre des fichiers. Citation «Extends Commerce License with the ability to sell access to files. The user buys a product and gets access to all files attached to that product's commerce_file field. Adding new files to the commerce_file field (a new software version, for instance) makes them immediately available to all users who have an active license.» (Commerce File, Mars 2021)

composer require 'drupal/commerce_file:^2.0@beta'

Liens

  • Explications détaillées sur l'installation de Drupal avec Lamp/Wamp/Mamp (en anglais)

Drupal

Official
Reviews and analysis on the Drupal website
Other

References

  • Albion, Peter (2005) 'Designing for an online doctoral studies community using an open source platform.' In: Crawford, C. and Carlsen, R. and Gibson, I. and McFerrin, K. and Price, J. and Weber, R. and Willis, D. A., (ed.). Proceedings of the 16th International Conference of the Society for Information Technology in Teacher Education, Association for the Advancement of Computing in Education, pp. 2138-2143. Abstract/HTML/PDF
  • Schneider Daniel; Mourad Chakroun, Pierre Dillenbourg, Catherine Frété, Fabien Girardin, Stéphane Morand, Olivier Morel and Paraskevi Synteta, (2004) TECFA Seed Catalog, unpublished, PDF