Hello,
I like your app, and downloaded the sources...
I tried to run this on a unix machine that is serving my rails apps ...
just startung a command like
ruby ./ruby/server.rb &
does start a server but it seems to be listening to localhost only (I like it to respond to a remote client) and when
triggering it with a request like this
wget http://localhost:3000/RailsLogVisualizer.html
it sends out an error message that it cannot find the requested file !?
Looks like a path or env problem to me ...
Any idea how to run from the sources ??
Any pointers are welcom.
regards,
Matthijs Kadijk (matthijs@kadijk.com)
|