leafo / lapis

A web framework for Lua and OpenResty written in MoonScript
http://leafo.net/lapis/
MIT License
3.12k stars 247 forks source link

Remove luarocks dependency #783

Open izxyz opened 5 months ago

izxyz commented 5 months ago

Now the startup and installation commands of lapis rely on luarocks, however, on windows, such as luasocket and luaossl luarocks commands are outdated, in this case I can only compile luasocket and luaossl manually, however, in this case luarocks can't detect luaossl and luaossl, which will result in the failure of the installation and operation of lapis.