I have installed dashing and set up a on a windows 8 machine, when I run
>dashing start
and navigate to http://localhost:3030
, chrome cannot load the page.
If I navigate to the directory I have dashing installed and start up a thin webserver by calling
>thin start -a 127.0.0.1 -p 3030
I'm able to get the site started and it returns Using rack adapter
, but this is just hosting the site, not running dashing.
How can I find some diagnostic information about the dashing startup?