Wednesday, November 10, 2010

Start Rhosync server on specific port

If you run "rake rhosync:start" by default it will start on port 9292. This command call 'rackup config.ru' without specifying the port
To start Rhosync server on Specific Port you can use 


rackup -p <port> config.ru 


Example : rackup -p 80 config.ru 

No comments:

Post a Comment