0

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

link

max pleaner
  • 26,189
  • 9
  • 66
  • 118

2 Answers2

0

Try this-

rails server -b $IP -p $PORT
dp7
  • 6,651
  • 1
  • 18
  • 37
0

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.

Onur Kucukkece
  • 1,708
  • 1
  • 20
  • 46