Page 1 of 1
Plugins
Posted: 12 Apr 2011, 09:53
by Reindero
Hi, I'm trying to install plugins for Mantis, but so far am not able to even download them.
For example this one:
http://git.mantisforge.org/w/social.git
How the ** do I download this so I can use it in the plugin manager?
Regards,
Reinder
Re: Plugins
Posted: 12 Apr 2011, 10:06
by atrol
Reindero wrote:
How the ** do I download this so I can use it in the plugin manager?
To download you have to click one of the links "snapshot" (the first one is the newest)
The plugins at this place are for version 1.2.x of MantisBT.
There is no need of any plugin manager.
Maybe you use a 3rd party development which is called "plugin manager"? This one is compatible with version 1.1.x of MantisBT but not 1.2.x
Re: Plugins
Posted: 12 Apr 2011, 10:41
by Reindero
Tnx! Yes I know the 3rd party pluginmanager (brialliant stuff btw)...shame its not compatable with 1.2.x
Re: Plugins
Posted: 18 Apr 2011, 09:18
by cor3huis
A command if you are on a Linux host:
git clone
http://git.mantisforge.org/w/social.git
This will download the latest version you can use. Just make sure it is copied in you plugin directory, then use Mantis " Manage Plugin" and click install.
There is so much help written on git already see e.g.
http://nathanj.github.com/gitguide/tour.html that a smple Google search will for sure help you out more.