-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Canvas production install instructions fail at NPM requirement #2440
Comments
I overrode this with: And install proceeded. I finished the install without redis anyway and when trying the site in a web browser, i get this error message in /var/log/apache2/error.log:
|
Okay, i got help on the libera chat: Installed this, and the application finally boots. This leaves me with one more problem. I can't find a redis 2.6 PPA for ubuntu 22.04. No files for jammy are there, maybe redis 2.6 won't compile on OSes 10 years newer than it. I think we can conclude this won't work on ubuntu 22.04. I'll try again on 20.04 i guess, but don't like that i have to use an operating system that's out of security updates ~4 months from now. |
I missed the line about redis 2.6 or above in the install instructions, this is my bad. |
Summary:
I've installed Canvas successfully about 20 times since 2015 and this is the first time i truly got blocked.
Running the production setup instructions on a fresh Ubuntu 22.04 server with current code fails at the NPM install stage.
Steps to reproduce:
Expected behavior:
NPM installs
Actual behavior:
NPM doesn't install
Additional notes:
Node -v reports v18.20.5, so i believe i have the correct installed version.
Error log:
The text was updated successfully, but these errors were encountered: