A web server based on openresty to save a screenshot of a Nintendo WiiU.
- install the latest version of OpenResty from http://openresty.org/en/
- install
luarocks
with OpenResty: http://openresty.org/en/using-luarocks.html - install
luafilesystem
byluarocks
:luarocks install luafilesystem
- install
lua-resty-session
byluarocks
:luarocks install lua-resty-session
- use
sudo apt-get install imagemagick
to install ImageMagick
Start the server:
$ cd wiiu-screenshot
$ cp src/config.lua.template src/config.lua
$ bin/server.sh restart
From your wiiu open the browser by Home
button when you playing a game, then visit the started server to upload a screenshot.
Open the server from your PC's browser to view your uploaded screenshots.