I'm trying to automate the installation of canvas LMS which requires the execution of
bundle exec rake db:initial_setup
which asks for an admin email and password interactively
How do I pass those values in a non-interactive way?
I'm trying to automate the installation of canvas LMS which requires the execution of
bundle exec rake db:initial_setup
which asks for an admin email and password interactively
How do I pass those values in a non-interactive way?
I realize it's a late addition, but to clarify Eslam's answer, the details you're seeking are on the Production Start page under the Database Population heading.