On 7/13/06 2:31 PM, "Simon Dorfman" <[EMAIL PROTECTED]> wrote:
> Daryl Richter wrote: >>> When I try to run instiki, here's the output: >>> >>> => Instiki started on http://0.0.0.0:2500 >> >> The line above may be the clue ^^^^^^^^ >> >> See the 0.0.0.0, you are connecting to 127.0.0.1, not 0.0.0.0 and for some >> reason windows is not resolving these to be the same thing. >> >> Try changing your default ip binding in script/server or pass "-b 127.0.0.1" >> on the command line when you start instiki. > > I tried this and I'm still getting a white page when I go to > localhost:2500 and 127.0.0.1:2500. Here's my console output: > Note that you are starting in production mode because you aren't specifying the -e flag. What is in your config/database.yml? Are you sure that you have the database set up for production mode? What db are you using? Here's what my production entry looks like: production: adapter: postgresql host: localhost port: 5432 database: instiki_prd username: instiki password: [your password here] > C:\ruby\instiki-0.11.0>ruby instiki -b 127.0.0.1 > => Instiki started on http://127.0.0.1:2500 > => Ctrl-C to shutdown; call with --help for options > [2006-07-13 13:27:03] INFO WEBrick 1.3.1 > [2006-07-13 13:27:03] INFO ruby 1.8.4 (2005-12-24) [i386-mswin32] > [2006-07-13 13:27:03] INFO WEBrick::HTTPServer#start: pid=3172 port=2500 > 127.0.0.1 - - [13/Jul/2006:13:27:27 Central Standard Time] "GET / > HTTP/1.1" 500 > 0 > - -> / > 127.0.0.1 - - [13/Jul/2006:13:27:28 Central Standard Time] "GET > /favicon.ico HTT > P/1.1" 200 0 > - -> /favicon.ico > 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET / > HTTP/1.1" 500 > 0 > - -> / > 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET > /favicon.ico HTT > P/1.1" 200 0 > - -> /favicon.ico > > _______________________________________________ > Instiki-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/instiki-users _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
