Metrics for Browser Events and Facts
# install openssl dependent by luacrypto
brew install openssl
# install luajit
brew install luajit
# install openresty
brew install openresty
# install luarocks
wget http://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz
tar -zxvf luarocks-2.3.0.tar.gz
make build
make install
# install lapis
luarocks install moonscript
luarocks install lapis OPENSSL_DIR=/usr/local/opt/openssl/
# Add to bashrc or zshrc
# Added by openresty and lapis
export LAPIS_OPENRESTY=/usr/local/bin/openresty lapis server