Search code examples
ruby-on-railsrubyruby-on-rails-3cloud9-idec9.io

Unable to start ruby server on c9. io ide


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


Solution

  • Try this-

    rails server -b $IP -p $PORT