Recent Posts
The Hitchhiker’s Guide to Ruby On Rails Galaxy
Return To Blog Listing
My tech blog Web Development using Ruby On Rails
Recent Posts Tagged With 'server'
Steps to Restart a Server on a Linux (ubuntu) Box for Rails, Mongrel and Merb stack
Actually the title should read as “Restarting Rails, Merb (a file upload framework) and Mongrel (a lightweight Web Server) Cluster” Well this is also more of a reminder to self. So here goes the steps as follows: Step 1: First connect to ...
Starting multiple instances of WEBrick server from the command line
As i mentioned in my previous log on starting WEBrick server manually from cmd line, here i look into the often asked question about starting Multiple instances of WEBrick server at the same time so that multiple Railsapp can be run at the same time....
Starting WEBrick Server manualy from the command line
1. First open the command line window. For windows get there by clicking on start->run 2. Then type “cmd”. This will open the DOS command windows 3. Go to the folder which contains the your RoR project using the command “c:\...
