Hello folks at Dradis!
I recently installed Ubuntu on my pc, and fell in love with Dradis while using Kali Linux so I thought I'd give it a shot to install it on Ubuntu. I followed the steps on the download page. I downloaded the tar.gz package and did what it said for "How do I run it". I installed the redis-server with sudo apt-get install redis-server then I tried running the scripts ./dradis-webapp && ./dradis-worker but it won't work. I keep getting this output in the terminal. Thanks!
johndoe@johndoe-FM8760:~/Desktop$ cd dradis/
johndoe@johndoe-FM8760:~/Desktop/dradis$ ./dradis-webapp && ./dradis-worker
/home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/execjs-2.6.0/lib/execjs/runtimes.rb:48:in autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/execjs-2.6.0/lib/execjs.rb:5:in
module:ExecJS’
from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/execjs-2.6.0/lib/execjs.rb:4:in <top (required)>' from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/uglifier-2.7.2/lib/uglifier.rb:3:in
require’
from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/uglifier-2.7.2/lib/uglifier.rb:3:in <top (required)>' from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb:76:in
require’
from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb:76:in block (2 levels) in require' from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb:72:in
each’
from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb:72:in block in require' from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb:61:in
each’
from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb:61:in require' from /home/johndoe/Desktop/dradis/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler.rb:134:in
require’
from /home/johndoe/Desktop/dradis/lib/app/config/application.rb:12:in <top (required)>' from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/railties-4.2.5.2/lib/rails/commands/commands_tasks.rb:78:in
require’
from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/railties-4.2.5.2/lib/rails/commands/commands_tasks.rb:78:in block in server' from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/railties-4.2.5.2/lib/rails/commands/commands_tasks.rb:75:in
tap’
from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/railties-4.2.5.2/lib/rails/commands/commands_tasks.rb:75:in server' from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/railties-4.2.5.2/lib/rails/commands/commands_tasks.rb:39:in
run_command!’
from /home/johndoe/Desktop/dradis/lib/vendor/ruby/2.2.0/gems/railties-4.2.5.2/lib/rails/commands.rb:17:in <top (required)>' from /home/johndoe/Desktop/dradis/lib/app/bin/rails:4:in
require’
from /home/johndoe/Desktop/dradis/lib/app/bin/rails:4:in `’