Hi, I''m using instiki 0.10.2 and I can''t connect to the default localhost:2500. When I run ''ruby instiki'' or ''ruby instiki.rb'' I get: => Starting Instiki on http://0.0.0.0:2500 => Data files are stored in C:/instiki-0.10.2/storage/2500 [2005-09-30 00:02:35] INFO WEBrick 1.3.1 [2005-09-30 00:02:35] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] [2005-09-30 00:02:36] INFO WEBrick::HTTPServer#start: pid=421979 port=2500 but when I run it with options enabled I get a whole lot of stuff that I don''t really understand. I really wanna see what this program''s all about, so any help would be appreciated. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20050929/1e840bbe/attachment.htm
Hi Chris, On 9/30/05, Chris Blair <cblair1986 at gmail.com> wrote:> Hi, I''m using instiki 0.10.2 and I can''t connect to the default > localhost:2500. When I run ''ruby instiki'' or ''ruby instiki.rb'' I get: > => Starting Instiki on http://0.0.0.0:2500 > => Data files are stored in C:/instiki-0.10.2/storage/2500 > [2005-09-30 00:02:35] INFO WEBrick 1.3.1 > [2005-09-30 00:02:35] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] > [2005-09-30 00:02:36] INFO WEBrick::HTTPServer#start: pid=421979 port=2500 > > but when I run it with options enabled I get a whole lot of stuff that I > don''t really understand. I really wanna see what this program''s all about, > so any help would be appreciated. Thanks!What sort of options and what do you get back? The above looks like normal startup. After you start it, just open a browser and point it to http://localhost:2500/ and you should see the system creation page. Cheers, Assaph
On 9/30/05, Assaph Mehr <assaph at gmail.com> wrote:> > Hi Chris, > > <snip/> > > What sort of options and what do you get back? > > The above looks like normal startup. After you start it, just open a > browser and point it to http://localhost:2500/ and you should see the > system creation page. > > Cheers, > Assaph >Well, I don''t use any options. I just cd to c:\instiki-0.10.2 (Where I have it installed), and run ''ruby instiki''. I''ve also tried running the rb-file itself like ''ruby instiki.rb'', but neither work. And the stuff that I get back from running with warnings enabled is just a whole bunch of ''C:/instiki-0.10.2/vendor/rails/actionpack/lib/action_controller/routing.rb:86: warning: instance variable @optional not initialized'' and ''=> Starting Instiki on http://0.0.0.0:2500 => Data files are stored in C:/instiki-0.10.2/storage/2500 C:/instiki-0.10.2/vendor/rails/railties/lib/webrick_server.rb:14: warning: method redefined; discarding old stdinput C:/instiki-0.10.2/vendor/rails/railties/lib/webrick_server.rb:18: warning: method redefined; discarding old env_table C:/instiki-0.10.2/vendor/rails/railties/lib/webrick_server.rb:22: warning: method redefined; discarding old initialize C:/instiki-0.10.2/vendor/rails/actionpack/lib/action_controller/base.rb:303: warning: instance variable @controller_path not initialized [2005-09-30 10:55:07] INFO WEBrick 1.3.1 [2005-09-30 10:55:07] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] C:/instiki-0.10.2/vendor/rails/railties/lib/breakpoint.rb:463: warning: redefine parse_opts [2005-09-30 10:55:09] INFO WEBrick::HTTPServer#start: pid=454555 port=2500'' I really have no clue as to what''s going on, though I know it''s something to do with routing.rb, webrick_server.rb, base.rb, and breakpoint.rb. I really don''t think these should be wrong, though, as I''m just trying to use the default Instiki installation for Windows (the instiki-NNN.zip file). Again, any help is appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20050930/9f427e04/attachment.htm
> Well, I don''t use any options. I just cd to c:\instiki-0.10.2 (Where I have > it installed), and run ''ruby instiki''. I''ve also tried running the rb-file > itself like ''ruby instiki.rb'', but neither work.What exactly do you mean by ''nothing works''? What are the symtoms you experience? Also, what browser are you using? what are the proxy settings? do you have a firewall installed? Cheers, Assaph
Well, I''ll start Instiki up, and it starts just like is should, but when I go to use Firefox and connect to localhost:2500, it just waits for the page to load. The page never loads, and there is no activity in the Instiki console-window. I don''t use any proxies, I don''t have a firewall, and I use Firefox. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20051001/19baa1cc/attachment.htm