How to install downloaded zip/tar.gz plugin?

Hello !

Some time ago , I asked how to make
pagination(How to make << 123.. >> functionality ? %) - Rails - Ruby-Forum), i have
downloaded this plugin, and I do not want to download this plugin every
time when I want to create new nooby test project.

My question is just - how to install plugin from tarball ?

Thanks.

On May 3, 4:05 am, Sergio F. [email protected]
wrote:

Hello !

Some time ago , I asked how to make
pagination(How to make << 123.. >> functionality ? %) - Rails - Ruby-Forum), i have
downloaded this plugin, and I do not want to download this plugin every
time when I want to create new nooby test project.

My question is just - how to install plugin from tarball ?

99% of the time you just need to untar it into vendor/plugins. Some
plugins have an install.rb that you should run.
You may be interested in the templates feature in rails 2.3

Fred

What platform? Use gunzip.

Blog: http://random8.zenunit.com/
Learn rails: http://sensei.zenunit.com/

On 03/05/2009, at 1:05 PM, Sergio F.
<[email protected]

Thanks guys for your replies.

You are right, restful_authentication plugin I have installed just
copying to vendor/plugin. I know about activescaffold plugin, it is must
be installed with his css, js and other things, and installing this
plugin can’t be simple, maybe need run install.rb, but I don’t know from
where need run it. Can you give me example ? And maybe how to emulate
git for this ?

system linux.

Sergio F. wrote:

Thanks guys for your replies.
[…]
maybe need run install.rb, but I don’t know from
where need run it.

Copy the plugin to vendor/plugins, then switch to the plugin’s directory
and run install.rb .

Can you give me example ? And maybe how to emulate
git for this ?

You don’t need to emulate git.
Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Thank you Marnen, Frederick and Julian for replies. I’ll try this
soon.