jbe@0: Quickstart guide: jbe@0: jbe@8: $ make jbe@0: $ ./moonbridge example_application.lua jbe@0: jbe@8: Hint: use bmake on GNU systems jbe@8: jbe@0: Then connect to http://localhost:8080/ jbe@0: jbe@0: To learn more, check example_application.lua and reference.txt files. If you jbe@0: experence any touble during compilation, please edit the Makefile to match jbe@0: your system. jbe@0: jbe@8: jbe@8: Further notes: jbe@8: jbe@8: The moonbridge binary may be compiled with a string that gets prepended to jbe@8: LUA_PATH in order to allow proper inclusion of "moonbridge_http.lua" jbe@8: independent of the current working directory. Set the MOONBR_LUA_PATH variable jbe@8: to a string consisting of the path where "moonbridge_http.lua" will be jbe@8: installed plus "/?.lua" if you want to use this feature, e.g.: jbe@8: jbe@8: $ make MOONBR_LUA_PATH=/usr/local/lib/moonbridge/?.lua jbe@8: