2013-02-23 98 views
0

HY我試圖部署Heroku的系統上的TOTO博客。 這是指南:siteHeroku上部署的應用程序(TOTO博客)不工作

我在部署時出錯。你可以幫我嗎?謝謝

[email protected]:~$ git clone git://github.com/cloudhead/dorothy.git myblog 
Cloning into 'myblog'... 
remote: Counting objects: 202, done. 
remote: Compressing objects: 100% (106/106), done. 
remote: Total 202 (delta 88), reused 182 (delta 81) 
Receiving objects: 100% (202/202), 20.97 KiB, done. 
Resolving deltas: 100% (88/88), done. 
[email protected]:~$ cd myblog/ 
[email protected]:~/myblog$ heroku create blogprova 
Creating blogprova... done, stack is cedar 
http://blogprova.herokuapp.com/ | [email protected]:blogprova.git 
Git remote heroku added 
[email protected]:~/myblog$ git push heroku master 
Counting objects: 202, done. 
Delta compression using up to 4 threads. 
Compressing objects: 100% (99/99), done. 
Writing objects: 100% (202/202), 20.97 KiB, done. 
Total 202 (delta 88), reused 202 (delta 88) 
!  Heroku push rejected, no Cedar-supported app detected 

To [email protected]:blogprova.git 
! [remote rejected] master -> master (pre-receive hook declined) 
error: failed to push some refs to '[email protected]:blogprova.git' 
[email protected]:~/myblog$ 
+0

在我的.git目錄沒有的.gitignore文件以。 – user1066183 2013-02-24 10:51:20

回答

1

該項目缺少一個Gemfile應該指定需要什麼寶石。

更重要的是,最後提交到該項目於2010年5月14日,所以我建議你可能想找到它積極維護博客軟件,否則你很可能有一個困難時期。

+0

我沒有意識到該項目不再維護。有一個類似的系統來製作博客? – user1066183 2013-02-24 10:50:14