Feature Requests: Browse | Submit New | Admin

[#7573] how to run this from source !?

Date:
2007-01-05 02:14
Priority:
3
Submitted By:
Matthijs Kadijk (matthijs)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
how to run this from source !?

Detailed description
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)

Add A Comment: Notepad

Please login


Followup

Message
Date: 2007-01-09 23:46
Sender: Daniel Wanja

Hi Matthijs,

The log visualizer is not a Rails app and I by default the server
starts on port 10001. So you may try the following url:
http://localhost:10001/RailsLogVisualizer.html. Also wget won't
show the app, you will need a browser with the Flash Player 9.
I am not sure if the player is available for  Unix and I haven't
tried on Linux. You may also comment out line 100 in server.rb
as it is OSX specific for the moment and tries to open a browser
with the correct url when launching the app.

Kind regards,
Daniel

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item