Unable to Install Greenlight Super Admin

314 views
Skip to first unread message

David Heuring

unread,
May 24, 2019, 3:41:57 AM5/24/19
to BigBlueButton-dev
Hi all,

I ran apt update & apt dist-upgrade and then did a bbb-conf --check.  Everything looked good for BigBlueButton Server 2.2.0-beta8.  I then wanted to install the super admin panel for Greenlight and ran this command: 

root@ns1:~/greenlight# docker run --rm -v $(pwd)/db/production:/usr/src/app/db/production --env-file .env bigbluebutton/greenlight:v2 bundle exec rake admin:create

which gave me the following output:

rake aborted!
Don't know how to build task 'admin:create' (see --tasks)
Did you mean?  db:create
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:30:in `block in <main>'
/usr/local/bin/bundle:22:in `<main>'
(See full trace by running task with --trace)

So I ran the task again with --trace and got this output:

rake aborted!
Don't know how to build task 'admin:create' (see --tasks)
Did you mean?  db:create
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/task_manager.rb:59:in `[]'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:159:in `invoke_task'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:116:in `block (2 levels) in top_level'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:116:in `each'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:116:in `block in top_level'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:125:in `run_with_threads'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:110:in `top_level'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:83:in `block in run'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:186:in `standard_exception_handling'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/lib/rake/application.rb:80:in `run'
/usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
/usr/src/app/vendor/bundle/ruby/2.5.0/bin/rake:23:in `load'
/usr/src/app/vendor/bundle/ruby/2.5.0/bin/rake:23:in `<top (required)>'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/cli/exec.rb:74:in `load'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/cli/exec.rb:74:in `kernel_load'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/cli/exec.rb:28:in `run'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/cli.rb:463:in `exec'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/cli.rb:27:in `dispatch'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/cli.rb:18:in `start'
/usr/local/bin/bundle:30:in `block in <main>'
/usr/local/lib/ruby/site_ruby/2.5.0/bundler/friendly_errors.rb:124:in `with_friendly_errors'
/usr/local/bin/bundle:22:in `<main>'

Any suggestions as to what is wrong?

Thanks,
Dave


Ahmad Farhat

unread,
May 24, 2019, 11:33:52 AM5/24/19
to BigBlueButton-dev
Hi David,

I believe you're running an older version of Greenlight. Have you tried updating to the latest image?

David Heuring

unread,
May 24, 2019, 8:28:09 PM5/24/19
to BigBlueButton-dev
Thank you, Ahmed.  That was the problem.  All works fine now.  Much appreciated!!!
Reply all
Reply to author
Forward
0 new messages