|
|
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
Sign in to add a comment

using script/plugin install git://github.com/mattetti/globalite.git doesnt work, it says "Plugin not found: ["git://github.com/mattetti/globalite.git"]"
http://globalite.googlecode.com/svn/trunk/ is old version.