instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.57k stars 2.47k forks source link

Docker Setup Error #2281

Closed geet-h17 closed 10 months ago

geet-h17 commented 10 months ago

Summary: While running the ./script/docker_dev_setup.sh it has been throwing an error saying install_assets.sh has failed to run and reason behind is fauly gemfile .

Steps to reproduce:

  1. Set up docker
  2. Run ./script/docker_dev_setup.sh 3.Keep saying y to initial questions.
    1. It will show an error and its log file
    2. cat the log file u will find out that the error was regarding insall_asserts.file , if you try to run the install asserts individually you will understand that the error is while parsing gemfile.

Expected behavior:

Install assserts script should run successfully followed by other setup fiess stc.

Actual behavior:

Thrown an error

Additional notes:

Even for manual install the gemfile is cauzing errors as reported in the #2280 Issue.