Installation
Luagram has native support for various platforms:
-
Redbean: Open-source web server in a zip executable that runs on six operating systems. Primary platform.
-
OpenResty: High-performance web platform based on Nginx and LuaJIT. Requires the Lapis web framework package installed.
-
Fengari: Lua VM written in JS ES6 for Node and the browser.
If none of these platforms is detected, Luagram will attempt to require the ssl.https
module.
To start using Luagram, you should have downloaded the Luagram.lua
file from our repository. There are several ways to do this.
Manual:
Download our repository manually here. Then extract the zip into a folder.
Via git:
Clone our repository:
git clone https://github.com/Propagram/Luagram.git
Via Luarocks:
Execute the command:
luarocks install Luagram