From a0c57b35a338f95a7426f49461cbfa203ec49a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 4 Nov 2014 08:33:05 +0100 Subject: add HTML documentation --- docs/fr/Documentation_technique/Vagrant.html | 108 +++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 docs/fr/Documentation_technique/Vagrant.html (limited to 'docs/fr/Documentation_technique/Vagrant.html') diff --git a/docs/fr/Documentation_technique/Vagrant.html b/docs/fr/Documentation_technique/Vagrant.html new file mode 100644 index 00000000..f5a8b310 --- /dev/null +++ b/docs/fr/Documentation_technique/Vagrant.html @@ -0,0 +1,108 @@ + + + + + + + Vagrant + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +

Pour vous permettre de mettre en place rapidement la configuration requise pour wallabag, nous vous proposons un fichier Vagrantfile.

+

Définition Wikipedia

+
Vagrant est un logiciel libre et open-source pour la création et la configuration des environnements de développement virtuel. Il peut être considéré comme un wrapper autour du logiciel de virtualisation comme VirtualBox.
+

Utiliser Vagrant pour wallabag

+

Voici la procédure pour exécuter wallabag au sein d'un conteneur Vagrant :

+
wget -O wallabag-dev.zip https://github.com/wallabag/wallabag/archive/dev.zip 
+unzip wallabag-dev.zip 
+cd wallabag-dev 
+vagrant up
+

Accédez maintenant à http://localhost:8003 et à vous de jouer !

+

Qu'a installé le Vagrantfile ?

+

Le script installe un serveur LAMP, à savoir :

+
    +
  • Ubuntu 14.04
  • +
  • Un serveur web Apache2
  • +
  • PHP5
  • +
  • SQLite ou MySQL ou PostgreSQL pour PHP
  • +
  • XDebug pour PHP
  • +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From c4457fba85d4b564bebde844d3176964d4f252b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Nov 2014 13:46:39 +0100 Subject: upgrade documentation --- docs/fr/Documentation_technique/Vagrant.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs/fr/Documentation_technique/Vagrant.html') diff --git a/docs/fr/Documentation_technique/Vagrant.html b/docs/fr/Documentation_technique/Vagrant.html index f5a8b310..3502ba7c 100644 --- a/docs/fr/Documentation_technique/Vagrant.html +++ b/docs/fr/Documentation_technique/Vagrant.html @@ -5,7 +5,7 @@ Vagrant - + @@ -14,7 +14,7 @@ - + @@ -39,7 +39,7 @@