-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing Canvas using ./script/docker_dev_setup.sh but having an issue with dory #60
Comments
It looks like there's a syntax error in Unfortunately that's a tough one. How did you install ruby? Did you use the system package manager (like |
I used apt. |
Here is the function where the syntax error appears to be taking place.
As far as the other error message goes:
I open this file and see:
The error appears to be here:
|
Potentially, the problem is the following path
There is no directory entitled "dory-1.2.0".
I am wondering if you have any ideas, or if you think I should post this to other people on the forum. I appreciate your time. |
This same problem happens for me. Just run "dory status" to get the described issue. That is what the Canvas If I instead run "sudo dory status" I get
Everything needs to be run via |
I'm seeing this same issue with the current version of Canvas LMS on Ubuntu 20.04. I'm using the system provided Ruby 2.7 installed with apt. I can also confirm I get the error if I run Did anyone find a solution to this? > Starting dory...
Traceback (most recent call last):
1: from /usr/local/bin/dory:23:in `<main>'
/usr/local/bin/dory:23:in `load': cannot load such file -- /var/lib/gems/2.7.0/gems/dory-1.2.0/bin/dory (LoadError)
Traceback (most recent call last):
1: from /usr/local/bin/dory:23:in `<main>'
/usr/local/bin/dory:23:in `load': cannot load such file -- /var/lib/gems/2.7.0/gems/dory-1.2.0/bin/dory (LoadError) |
I am having the same issue |
If
|
What worked for me:
|
@FreedomBen I am wondering if you could help me figure out my issue.
I am trying to install a development version of Canvas LMS using this Quick Start Guide.
Input:
The first time I ran it, I had the following output:
So, I stalled dory and ran the script again.
Input:
Output after installing dory:
I am wondering if you have any ideas. I keep running into a wall, so I thought you would be the person who could help.
The text was updated successfully, but these errors were encountered: