I am trying to start ruby server on cloud9 ide. But I am encountering this error in the screenshot.I am using this command
rails server -b $IP -p $Port
But after using this I am encountering this error take a look
I am trying to start ruby server on cloud9 ide. But I am encountering this error in the screenshot.I am using this command
rails server -b $IP -p $Port
But after using this I am encountering this error take a look
I think there something wrong with your $Port variable. Can you try it with a hardcoded port number without using variable? If it would work, in this case $Port variable is not being set correctly.