0

こんにちは、heroku システムに toto ブログをデプロイしようとしています。これはガイドです:サイト

デプロイ時にエラーが発生しました。手伝って頂けますか?ありがとう

cristiano@ubuntu64bit1204:~$ 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.
cristiano@ubuntu64bit1204:~$ cd myblog/
cristiano@ubuntu64bit1204:~/myblog$ heroku create blogprova
Creating blogprova... done, stack is cedar
http://blogprova.herokuapp.com/ | git@heroku.com:blogprova.git
Git remote heroku added
cristiano@ubuntu64bit1204:~/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 git@heroku.com:blogprova.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:blogprova.git'
cristiano@ubuntu64bit1204:~/myblog$ 
4

1 に答える 1

1

プロジェクトには、必要な gem を指定する Gemfile がありません。

さらに重要なことに、プロジェクトへの最後のコミットは 2010 年 5 月 14 日だったので、積極的にメンテナンスされているブログ ソフトウェアを見つけたいと思われることをお勧めします。

于 2013-02-24T00:12:54.787 に答える