Lapis is a framework for building web applications using Lua or MoonScript that runs inside of a customized version of Nginx called OpenResty.
This Vagrantfile creates a Debian 10 machine with everything needed to start programming in Lua with Lapis framework, including build packages like luarocks and gcc.
You'll need a lest VirtualBox and Vagrant, clone this repository and start the provisioning:
git clone https://github.com/hector-vido/lua-lapis.git
cd lua-lapis/vagrant
vagrant upBy default our application should be in /opt/app and we can access it on address 172.27.11.10:80.
Você precisa ao menos do VirtualBox e do Vagrant, clone este repositório e comece o provisionamento:
git clone https://github.com/hector-vido/lua-lapis.git
cd lua-lapis/vagrant
vagrant upPor padrão nossa aplicação deverá estar em /opt/app e podemos acessá-lo no endereço 172.27.11.10:80.