On Sun, Nov 1, 2009 at 12:38 PM, Matt <[email protected]> wrote: > > yeah....im playing with both of them. I liked lovdbyless better > though. How do I make plane mmohon-ia-a-geek.com load to the :3000 > port without the user having to type it in? >
You can do port forwarding at your router, but it's probably easier to run it under port 80. This is certainly what you want to do in production. You should read a quick tutorial on running a rails app in production mode, but here is what you can do for now (NOTE: this is not proper for a production environment, because it can only handle one request at a time): #dev mode on port 80: ./script/server -p 80 #prod mode on port 80: ./script/server -p 80 -e production cheers, steven birstol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
