/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#!/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
Comments
 Subscribe to comments
                    Subscribe to comments
                
                