How to install plugin

Hi quick question, hopefully…

If I have a plugin in a tar file I presume I can just extract this under
vendor/plugins and re-start my server ?

Or does ruby script/plugin install do more magic than that?

Cheers,
John

On Tue, 2007-10-16 at 17:27 +0200, John L. wrote:

Hi quick question, hopefully…

If I have a plugin in a tar file I presume I can just extract this under
vendor/plugins and re-start my server ?

Yes. A plugin is just a bunch of files.


Tore D.
[email protected]
Trondheim, NO
http://tore.darell.no/

On Tue, 2007-10-16 at 17:27 +0200, John L. wrote:

Hi quick question, hopefully…

If I have a plugin in a tar file I presume I can just extract this under
vendor/plugins and re-start my server ?

Or does ruby script/plugin install do more magic than that?

There’s an install.rb file, but it’s not used most of the time… Just
open it and see if it does anything. I don’t know if you can just run it
as is or if script/plugin does something else with it


Tore D.
[email protected]
Trondheim, NO
http://tore.darell.no/

Thanks, that’s what I thought.