04 Kasım 2021 14:53

Muslu Y.

Lua

LUA ile Lapis webframework kullanmak için ilk kurulum adımları

Anasayfa

Lua

LUA ile Lapis webframework kullanmak için ilk kuru...

LUA ile Lapis webframework kullanmak için ilk kurulum adımları

 

systemctl disable nginx
systemctl stop nginx
wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/openresty.list
apt update; apt upgrade -y; apt -y install libpcre3-dev libssl-dev perl make build-essential curl openresty luarocks
luarocks install lapis
mkdir ~/lapisproject; cd ~/lapisproject
lapis new; lapis server
  Tarayıcıdan http://localhost:8080/ adresini açın.

Makdos Bilişim Teknolojileri 2015 - 2025