0

I'm trying to automate installation of canvas lms, and I need to know how to run "bundle exec rake db:configure_admin" command in non-interactive mode as it asks me for admin email/password ?

Thanks

markE
  • 102,905
  • 11
  • 164
  • 176
Eslam
  • 1,623
  • 2
  • 12
  • 18

1 Answers1

0

It should be done by setting the following environmental variables :

CANVAS_LMS_ADMIN_EMAIL

CANVAS_LMS_ADMIN_PASSWORD

Community
  • 1
  • 1
Eslam
  • 1,623
  • 2
  • 12
  • 18