> before, but now LuaRocks has been updated significantly and I can't find the
> 'xavante_start' file after installing "wsapi-xavante". I also installed

I believe "xavante_start" comes with the kepler-xavante rock, it's not
a part of Xavante itself. If you install Xavante by itself, it's a bit
of "some assembly required" server. Specifically, you need to start it
from a Lua script with something like:

    require("xavante")
    xavante.HTTP = {...} -- some configs
    xavante.start()

The configurations will depend on what you want Xavante to do. You can
use Kepler's "xavante_start" as an example. Or, fwiw, here is
Sputnik's Xavante launcher:

http://github.com/yuri/sputnik/blob/master/sputnik/lua/sputnik/xavante.lua

Or you could go back to using the kepler-xavante rock.

- yuri

_______________________________________________
Kepler-Project mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to