Return to Snippet

Revision: 6984
at June 29, 2008 01:33 by crazylion


Initial Code
#!/bin/bash
svn export  http://ennerchi.googlecode.com/svn/trunk/plugins/jrails  vendor/plugins/jrails

git clone git://github.com/xdite/openid_pack.git vendor/plugins/openid_pack && rm -rf vendor/plugins/openid_pack/.git

svn export http://svn.milk-it.net/open/data_browser vendor/plugins/data_browser

svn export http://gloc.rubyforge.org/svn/ vendor/plugins/gloc

git clone git://github.com/mbleigh/acts-as-taggable-on.git  vendor/plugins/acts_as_taggable_on && rm -rf vendor/plugins/acts_as_taggable_on/.git

git clone git://github.com/mislav/will_paginate.git  vendor/plugins/will_paginate && rm -rf vendor/plugins/will_paginate/.git

#acts_as_commentable
git clone git://github.com/jackdempsey/acts_as_commentable.git  vendor/plugins/acts_as_commentable && rm -rf vendor/plugins/acts_as_commentable/.git

#recaptcha  website: http://github.com/ambethia/recaptcha/tree/master
git clone git://github.com/ambethia/recaptcha.git  vendor/plugins/recaptcha && rm -rf vendor/plugins/recaptcha/.git

#paperclip for upload file  website: http://github.com/thoughtbot/paperclip/tree/master
git clone git://github.com/thoughtbot/paperclip.git  vendor/plugins/paperclip && rm -rf vendor/plugins/paperclip/.git

Initial URL


Initial Description


Initial Title
install my rails plugin

Initial Tags


Initial Language
Bash