when i do the opration with the doc of cloud9 https://docs.c9.io/running_a_rails_app.html
finally, i write the code rails s -p 3000 -b 0.0.0.0
then the mistake show:
/opt/rh/ruby193/root/usr/share/ruby/webrick/utils.rb:85:in `initialize': Permission denied - bind(2) (Errno::EACCES)
。。。。。。
Error: you may be using the wrong PORT & HOST for your server app
Cloud9 For rails, use: 'rails s -p $PORT -b $IP'
For Sinatra, use: ruby app.rb -p $PORT -o $IP'
whatever i try the ip and port, the mistake is the mistake .