What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jun 17, 2008 by mattAimonetti
Labels: Featured, Phase-Implementation
Installation  

new git way (requires a version newer than rails 2.0.2 http://dev.rubyonrails.org/changeset/9049)

script/plugin install git://github.com/mattetti/globalite.git

old version:

script/plugin install http://globalite.googlecode.com/svn/trunk/
rename the vendor/plugins/trunk => vendor/plugins/globalite or from your vendor/plugins folder:
svn checkout http://globalite.googlecode.com/svn/trunk/ globalite


Comment by rieraraul, Jun 26, 2008

using script/plugin install git://github.com/mattetti/globalite.git doesnt work, it says "Plugin not found: ["git://github.com/mattetti/globalite.git"]"

Comment by gigatavu, Jul 12, 2008

Sign in to add a comment