1
0
Fork 0

add readme

This commit is contained in:
chris 2014-08-16 14:58:48 +02:00
parent a6a96a29d2
commit 1a20bd6438
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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/.