How to install or add plugins?

I got Dradis from Download the latest version | Dradis Framework Dradis for Linux. How do you install or add new plugins? I see them from GitHub, but I’m not sure how to include them. Currently, Dradis says I have no plugins. Thanks.

Hi @DrDinosaur,

You need to look for the Gemfile.plugins file under ./lib/vendor/:

/tmp/dradisframework-linux-x86/lib/vendor$ ls
total 32
drwxr-xr-x  3 etd  wheel   102 17 Feb 12:44 .bundle/
-rw-r--r--  1 etd  wheel  3589 17 Feb 12:44 Gemfile
-rw-r--r--  1 etd  wheel  6325 17 Feb 12:44 Gemfile.lock
-rw-r--r--  1 etd  wheel  1866 17 Feb 12:44 Gemfile.plugins
drwxr-xr-x  4 etd  wheel   136 17 Feb 12:44 engines/
drwxr-xr-x  3 etd  wheel   102 16 Feb 17:58 ruby

After tweaking, you’ll need to run bundle install to get the new plugins.

HTH,
Daniel

Hy I don’t really understand your explanation. Could you explain me? The files are the Dradis framework ? And agiter What to do ? The process to install new plugins in dradis, how to do !

Thanks a lot.