Mrmaster Mrmaster escreveu:
> Hi,
>
> I've installed mongrel to check it out and want to go back to using
> webrick as default when i type server/script to run my server. How can I
> do this? I know that I can just type server/script webrick but i'd
> prefer to have it as default.
>
> Thanks
>   
you can 'gem remove mongrel'
or make a alias if you are using unix:
alias "webrick=./script/server webrick"
(in last case, add also it to your ~/.profile:
echo ' alias "webrick=./script/server webrick" ' >> ~/.profile)


Tom Lobato

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to