>   % instiki
>   => Instiki started on http://0.0.0.0:2500
>   => Ctrl-C to shutdown; call with --help for options
>   [2006-01-22 00:55:36] INFO  WEBrick 1.3.1
>   [2006-01-22 00:55:36] INFO  ruby 1.8.4 (2005-12-24) [powerpc-darwin8.4.0]
>   [2006-01-22 00:55:36] INFO  WEBrick::HTTPServer#start: pid=16154 port=2500
>
> Unfortunately, although it responds to http://0.0.0.0:2500/ or
> http://localhost:2500, the result is a blank screen (and view source
> also shows up as empty).  I tried the instructions in the README:

I think that actually starts the production environment, for which you
haven't created the database. Either copy the dev.db to prod.db, or
start it with:
  ruby script\server -e development


> but I still got a blank screen.  I tried running a plain "rake" and got
> a fair number of errors.  Is this normal?

That's all the tests failing. It sorta hangs on my Windows box
(haven't tested on *nix yet). The malloc ones which look particularly
nasty are probably the cause of that. Sorry, but I haven't looked in
the HEAD for a while. My recommendation may have been inappropriate as
it seems it's been in this state from before Christmas.

Cheers,
Assaph

_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to