Finalized instructions

master
brian 3 years ago
parent 4b85056bad
commit ea7f8c2bf3

@ -20,6 +20,14 @@ bash
Then in `bash` shell (not the default `ash`):
```bash
. ~/.luaver/luaver
yes | luaver install 5.1.5
yes | luaver install-luajit 2.0.5
luaver use 5.1.5
luaver use-luajit 2.0.5
yes | luaver install-luarocks 3.8.0
luaver use-luarocks 3.8.0
luarocks install luarocks-fetch-gitrec # for magic
luarocks install compat53
luarocks install cqueues
luarocks install lpeg
@ -42,4 +50,6 @@ Finally:
git clone https://git.sakal.us/brian/piazzaoptical.com
cd piazzaoptical.com
git submodule update --init --recursive # for bitser; installed as git submodule
cd server
luajit ./server.lua
```
Loading…
Cancel
Save