From 1a20bd6438ed94d12475762eb0649d772c1a2b0e Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 16 Aug 2014 14:58:48 +0200 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..daab125 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# ansible play for installing HipHopVM and laravel + +This sets up a vagrant box (debian wheezy), and +installs nginx, hhvm and laravel. + +## requirements + +* [VirtualBox](https://www.virtualbox.org/) + [Vagrant](http://www.vagrantup.com/) +* [ansible](http://docs.ansible.com/intro_installation.html) + +## usage + +Just run `vagrant up` and wait. After installation you will have a `laravel/` folder +in the current directory, served at http://localhost:8080/.