开发者

I get this same error everytime I try to run rake db:migrate on a cloned project from Github

开发者 https://www.devze.com 2023-01-19 11:43 出处:网络
Everything I clone a project on Github and then run rake db:migrate, I get this error (project name is mini_fb_demo):

Everything I clone a project on Github and then run rake db:migrate, I get this error (project name is mini_fb_demo):

$ git clone http://github.com/appoxy/mini_fb_demo.git
Initialized empty Git repository in /Users/ben/rails_projects/mini_fb_demo/.git/
remote: Counting objects: 102, done.
remote: Compressing objects: 100% (91/91), done.
remote: Total 102 (delta 24), reused 0 (delta 0)
Receiving开发者_运维知识库 objects: 100% (102/102), 77.94 KiB | 47 KiB/s, done.
Resolving deltas: 100% (24/24), done.
$ cd mini_fb_demo/
$ ls
README.markdown Rakefile    app     config      db      doc     public      script      test
$ rake db:migrate
(in /Users/ben/rails_projects/mini_fb_demo)
rake aborted!
No such file or directory - /Users/ben/.minifb-demo-config.yml

What is causing this? I Thanks for reading.


Please read the wiki for the project here. You need to create the minifb-demo-config.yml file as specified there.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号