3.0 RC1 & Travelling Ruby - Plugins

So just looking at the travelling ruby version of rc1 on x64 Linux.

Server starts fine with

$ ./dradis-webapp && ./dradis-worker

Looks like, at the moment, that setup isn’t using any plugins (either export or import).

Are there any other setup steps needed to get the plugins working?

What do you have in your Gemfile.plugins?

After making changes to that file you’ll need to run RAILS_ENV=production bundle install --without development test

Hi Daniel,

So at the moment it’s just all as the travelling ruby RC1 comes (just following the instructions from the site to see how that flows)

for Gemfile.plugins the one I have is in ./lib/vendor/Gemfile.plugins

rorym@linuxtestvm:~/Downloads/dradisframework-linux-x86_64/lib/vendor$ ls
engines  Gemfile  Gemfile.lock  Gemfile.plugins  ruby
rorym@linuxtestvm:~/Downloads/dradisframework-linux-x86_64/lib/vendor$ RAILS_ENV=production     bundle install --without development test
Fetching git://github.com/dradis/dradis-html_export.git
Fetching git://github.com/dradis/dradis-mediawiki.git
Fetching git://github.com/dradis/dradis-vulndb.git
Fetching git://github.com/dradis/dradis-burp.git
Fetching git://github.com/dradis/dradis-nessus.git
Fetching git://github.com/dradis/dradis-plugins.git
Fetching git://github.com/dradis/dradis-projects.git
Fetching git://github.com/dradis/dradis-theme_snowcrash.git
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
You have requested:
  coffee-rails ~> 4.0.0

The bundle currently has coffee-rails locked at 4.1.0.
Try running `bundle update coffee-rails`

Launching the app. with $ ./dradis-webapp && ./dradis-worker

has the same outcome (no plugins visible). I’ll have a shot with the github install, but thought it would be worth providing some feedback on the travelling ruby stuff as well, as it’ll be pretty cool to use :smile: