- Install Lua
- 압축 해제 후 폴더로 이동 >
make
>make install
-
Install LuaRocks
-
cd luarocks-3.9.2
-
./configure && make && sudo make install
-
sudo luarocks install luasocket
-
test lua command
-
lua -e "print('hello world')"
-
sudo luarocks install redis-lua