SignalK / signalk-server-java

DEPRECATED - see https://github.com/SignalK/signalk-java
Apache License 2.0
6 stars 9 forks source link

Demo did not work for me :( #1

Closed fulup-bzh closed 9 years ago

fulup-bzh commented 9 years ago

I tried the demo, but SOL it did not work for me. I got a lof of debug on my screen, but nothing on my browser ? Did the test, on OpenSuse 13.1 with java-1_7_0-openjdk

fabdrol commented 9 years ago

@fulup-bzh If you can't get it to work, but want to try something out, you could try the node.js implementation until @rob42 has had time to check out this issue..

rob42 commented 9 years ago

Fulup,

The debug on your console from the server is normal, its controlled from the conf/log4j.properties as normal for java.

The browser will only display something if you also have the react-consumer project (from https://github.com/rob42/react-consumer ) cloned into the same parent dir as signalk-java-server. By default it exports the static dir it finds at ../react-consumer/.... So in your git dir, you need to have [gitdir]/signalk-java-server, and [gitdir]/react-consumer

You can change the static dir location in the conf/signalk.cfg file.

Rob

rob42 commented 9 years ago

Closed as now old