Skip to content
develephant edited this page Feb 4, 2016 · 1 revision

Using LuaRocks

luarocks install resty-mongol --server=http://rocks.moonscript.org

Without LuaRocks

Make sure to add package path into nginx.conf:

lua_package_path '/usr/local/openresty/lualib/?/init.lua;;';

Clone this wiki locally