Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Lapis

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.

English

How to Run

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 up

By default our application should be in /opt/app and we can access it on address 172.27.11.10:80.

Português

Como Rodar

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 up

Por padrão nossa aplicação deverá estar em /opt/app e podemos acessá-lo no endereço 172.27.11.10:80.