add readme
This commit is contained in:
parent
a6a96a29d2
commit
1a20bd6438
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal 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/.
|
Loading…
Reference in a new issue