开发者

How can I install from github?

I watched github and found interesting for me -> https://github.com/cavneb/Surveyor

How can开发者_如何学编程 I install for my own and using it? I don't understand it, when i doing script/plugin install git. And it appears in my vendor/plugins, and what now? How i can see it?


The Surveyor repository isn't a plugin, it's a full rails application. So your steps are

  1. cd Projects (or whatever)
  2. git clone https://github.com/cavneb/Surveyor.git
  3. cd Surveyor
  4. rake gems:install
  5. rake db:create
  6. rake db:migrate
  7. script/server
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜