lua-resty-apenode - Lua Apenode core dependencies
- Download the latest version of OpenResty and install it.
- Execute
make install
to install the Apenode
You can run the Apenode in two different modes:
- In background, with:
sudo nginx
- Or in foreground, with:
sudo nginx -g "daemon off;"
By default it will be running on port 8000
, so navigate to http://localhost:8000/ after starting it.