Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Virenbar-Archive/DynmapToDiscord-LUA

Repository files navigation

DynmapToDiscord

Installation (CentOS)

  1. Install lua
yum install gcc gcc-c++ kernel-devel
yum install readline-dev
curl -R -O http://www.lua.org/ftp/lua-5.3.4.tar.gz
tar zxf lua-5.3.4.tar.gz
cd lua-5.3.4
make linux test
sudo make install
  1. Install luarocks and rocks
wget http://luarocks.org/releases/luarocks-2.0.6.tar.gz     
tar zxvf luarocks-2.0.6.tar.gz                                              
cd luarocks-2.0.6                                                                
./configure                                                                           
make                                                                                   
sudo make install
luarocks --local install luasocket
yum install openssl-devel
luarocks --local install luasec
  1. Run Webhook.lua
lua Webhook.lua