Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

File metadata and controls

17 lines (13 loc) · 424 Bytes

Lua

Quick Start

LUA SDK

  1. Install Lua
  2. 압축 해제 후 폴더로 이동 > make > make install

LUA module manager

  1. Install LuaRocks

  2. cd luarocks-3.9.2

  3. ./configure && make && sudo make install

  4. sudo luarocks install luasocket

  5. test lua command

  6. lua -e "print('hello world')"

  7. sudo luarocks install redis-lua