hello.
i downloaded the latest i2 wiki from the subversion repository. i’m
not able to see it working even running under webrick (under windows
xp sp2).
i created the database (mysql 4.1) via “rake migrate” and instantiated
the first web through the console (as suggested by the readme file).
when running it what i get in the browser window is a blank page and
in the webrick (dos) window the following:
C:\Program Files\Apache
Group\Apache2\htdocs\balestrieri.com.org.net\wiki2>ruby
script\server -e development
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2006-01-01 21:37:16] INFO WEBrick 1.3.1
[2006-01-01 21:37:16] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32]
[2006-01-01 21:37:16] INFO WEBrick::HTTPServer#start: pid=4280
port=3000
127.0.0.1 - - [01/Jan/2006:21:37:31 W. Europe Standard Time] “GET /
HTTP/1.1” 50
0 0
- -> /
did someone managed to have it working?
thanks!
–luigi