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/en/Developer/vagrant.html | 218 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 docs/en/Developer/vagrant.html (limited to 'docs/en/Developer/vagrant.html') diff --git a/docs/en/Developer/vagrant.html b/docs/en/Developer/vagrant.html new file mode 100644 index 00000000..423f332a --- /dev/null +++ b/docs/en/Developer/vagrant.html @@ -0,0 +1,218 @@ + + + + + + + wallabag - Vagrant + + + + + + + + + + +
+
+ + + + + +
+

Vagrant

+

In order to allow you to easily set up the required configuration for wallabag, we offer you a Vagrantfile file to be used with Vagrant.

+

According to Wikipedia,

+
Vagrant is computer software for creating and configuring virtual development environments. It can be seen as a wrapper around virtualization software such as VirtualBox, KVM, VMware and around configuration management software such as Ansible, Chef, Salt or Puppet.
+

Use Vagrant for wallabag

+

Here is the procedure to run wallabag inside a Vagrant container:

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

Now, go to http://localhost:8003, wallabag should be available there! (make sure you do not use the port 8003 of your machine for something else before)

+

What did the Vagrantfile install ?

+

The script install a LAMP server, i.e. :

+
    +
  • Ubuntu 14.04
  • +
  • an Apache2 web server
  • +
  • PHP5
  • +
  • SQLite or MySQL or PostgreSQL for PHP
  • +
  • XDebug for PHP
  • +
+
+ +
+
+ + + + + + + + + -- cgit v1.2.3