这是我第一次使用 Octopress,尽管我已经将多个 Rails 应用程序部署到 Heroku。无论我做什么,我都无法将我的 Octopress 应用程序部署到 heroku。当我这样做时,我得到的只是一个空白页。
我所做的是:
git clone git://github.com/imathis/octopress.git
cd octopress
bundle install
rake install
rake preview # working on localhost
heroku create
git add .
git commit -m "yo"
git push heroku master
heroku open
但它总是显示一个空白页。我显然错过了一些非常愚蠢的东西。任何帮助,将不胜感激。