/OpenResty-Vagrant

Set up OpenResty in a Vagrant box

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

vagrant up

installs OpenResty with LuaJIT in a Vagrant box with a Debian 7.3 base box with VirtualBox 4.3.6 guest additions and Puppet configuration management. I prefer Debian, but you might want to pick a different base box. Note, if vagrant ssh asks for a password, it's vagrant.

If you want a pre-packaged box built from this repository, do:

vagrant box add debian7-openresty https://github.com/jiko/OpenResty-Vagrant/releases/download/1.5.8.1/debian7-openresty.box

Next step: Getting Started with OpenResty