> > Hi, > > I am currently installing Mongrel2 and Tir by hand, following the instructions here: http://tir.mongrel2.org/wiki/install.html > > One small point - the links in the instructions to fetch two of the rockspecs might need a small update, from: > > # install dependencies from git and places > luarocks install lua_signal > --> curl -O https://github.com/iamaleksey/lua-zmq/raw/master/rockspecs/lua-zmq-scm-0.rockspec > luarocks install lua-zmq-scm-0.rockspec > --> curl -O https://github.com/jsimmons/mongrel2-lua/raw/master/rockspecs/mongrel2-lua-1.6.1.rockspec > luarocks install mongrel2-lua-1.6.1.rockspec > > > > To: > > # install dependencies from git and places > luarocks install lua_signal > --> curl -O https://raw.github.com/iamaleksey/lua-zmq/master/rockspecs/lua-zmq-scm-0.rockspec > luarocks install lua-zmq-scm-0.rockspec > --> curl -O https://raw.github.com/jsimmons/mongrel2-lua/master/rockspecs/mongrel2-lua-1.6.1.rockspec > luarocks install mongrel2-lua-1.6.1.rockspec > > > Otherwise, the file received by curl looks like this: > > <html><body>You are being <a href="https://raw.github.com/iamaleksey/lua-zmq/master/rockspecs/lua-zmq-scm-0.rockspec">redirected</a>.</body></html> > > > Kind regards, > Alun > >
On Wed, Aug 03, 2011 at 08:38:48PM +0100, alun wrote: > > > > > > Hi, > > > > I am currently installing Mongrel2 and Tir by hand, following the instructions here: http://tir.mongrel2.org/wiki/install.html > > > > One small point - the links in the instructions to fetch two of the rockspecs might need a small update, from: Hey, thanks I'll work these in this weekend. -- Zed A. Shaw http://zedshaw.com/