From 7f8f8271e49a2834a87012ea838099c8b46cf63f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 14 Mar 2015 00:22:11 +0100 Subject: redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring --- docs/fr/Documentation_technique/Vagrant.html | 109 --------------------------- 1 file changed, 109 deletions(-) delete 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 deleted file mode 100644 index 3502ba7c..00000000 --- a/docs/fr/Documentation_technique/Vagrant.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - 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