我在cloud9上有一个rails应用程序。
我试着像这样运行它的服务器:rails server -b $IP -p $PORT
它似乎奏效了:
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-04-23 22:29:02] INFO WEBrick 1.3.1
[2013-04-23 22:29:02] INFO ruby 1.9.3 (2012-11-10) [x86_64-linux]
[2013-04-23 22:29:02] INFO WEBrick::HTTPServer#start: pid=21452 port=8080
Cloud9 Your application is running at https://twitter.itp301.c9.io 但是当我去https://twitter.itp301.c9.io时,它会重定向到http://openshift.com
出什么问题了?
发布于 2013-04-24 13:56:08
我昨晚出了那个问题,现在可以运行了。看起来都修好了!
https://stackoverflow.com/questions/16182412
复制相似问题