Yuri,

On Mon, Aug 2, 2010 at 11:03 AM, Yuri Takhteyev <y...@sims.berkeley.edu>wrote:

> > 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.
>

I tried to install the kepler-xavante rock and it is not available in the
default rocks repository [1]. So I added the cvs rocks repository [2] and
the rockspec seems to be missing. So I would like to use that, but it
doesn't seem to be available. Is this intentional?

[1] http://luarocks.org/repositories/rocks/
[2] http://luarocks.org/repositories/rocks-cvs/
-- 
Regards,
Ryan
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to