04 Mayıs 2024 15:13

Anasayfa

undefined...

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 - 2022