新手问题 初次使用 Heroku,求救

plasmiq · February 04, 2013 · Last by leozwa replied at February 04, 2013 · 2235 hits

Heroku 的文档怎么也看不懂,求救: https://devcenter.heroku.com/articles/rails3#local-workstation-setup

—————————————————————————— Write your app

You may be starting from an existing app. If not, a vanilla Rails 3 app will serve as a suitable sample app: …… ——————————————————————————

这一段完全没说究竟这段代码应该写在哪个目录下的哪个文件里,后面直接一句 git push heroku master 就把代码给 push 上去了,完全看不懂怎么操作,皑皑

本地建 app 文件,然后上传,和 Heroku 没多大关系,相当于它帮你跑而已。

heroku 就是把你整个 repo 给 push 到他们那边 然后可以设置一下 environment variables 之类的 没有什么操作空间...

You need to Sign in before reply, if you don't have an account, please Sign up first.