The tittle pretty much tells it all , I have been browsing on the internet for a couple of hours now but cant seem to find a article on it. What my problem is that I have a Ruby on rails project started on a remote server but when i run the "rails s" command it starts on
localhost(http:// 0.0.0.0:3000)
and I cant access that from my PC. There has to be some optional parameter or some configuration that I am missing on how I can start my project in development mode and access it with remote address.
Thank You for your time!