I just installed ruby, lighttpd, and mysql from darwinports on me laptop in lieu of the Apple version of ruby. Now when I fire up my rails application, it''s not running lighttpd anymore -- it''s running webrick. It also exits immediately. MySQL is running, the database and tables are restored from the backup. What step am I missing? Thanks for the help! Cheers, Hasan Diwan <hasan.diwan@gmail.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060118/d7910314/PGP.bin
Might want to check that light is in your path. If not, you will need to add it to your .bash_login. ~ Ben On 1/18/06, Hasan Diwan <hasan.diwan@gmail.com> wrote:> > I just installed ruby, lighttpd, and mysql from darwinports on me > laptop in lieu of the Apple version of ruby. Now when I fire up my > rails application, it''s not running lighttpd anymore -- it''s running > webrick. It also exits immediately. MySQL is running, the database > and tables are restored from the backup. What step am I missing? > Thanks for the help! > Cheers, > Hasan Diwan <hasan.diwan@gmail.com> > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > >-- Ben Reubenstein benr@x-cr.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060118/648c25eb/attachment.html
Hasan Diwan wrote:> I just installed ruby, lighttpd, and mysql from darwinports on me > laptop in lieu of the Apple version of ruby. Now when I fire up my > rails application, it''s not running lighttpd anymore -- it''s running > webrick. It also exits immediately. MySQL is running, the database > and tables are restored from the backup. What step am I missing? > Thanks for the help! > Cheers, > Hasan Diwan <hasan.diwan@gmail.com>Hasan, I wrote a little blurb on this on my blog which also points to some handy links. ( http://oneless.blogspot.com/2006/01/mighty-lighty.html ) HTH, Amr -- Posted via http://www.ruby-forum.com/.