Cancas LMS fresh install but doesn;thave login page

103 views
Skip to first unread message

Anh Thiện Vo

unread,
Jun 23, 2023, 5:10:47 AM6/23/23
to Canvas LMS Users
Good day everyone!
I ve completed install Canvas LMS open source based on  instucture/canvas-lms/production start.
My OS is Ubuntu 22 LTS and the process is total completed. But the result is thereCapture.PNG
I truly don't understand why it appeare in stead of login page. 
Does anyone have idea to resolve my case?
My greeting!

Frederich Liu

unread,
Jun 25, 2023, 10:18:41 PM6/25/23
to canvas-l...@googlegroups.com
Hi there,
This page indicates that the installation is complete, however, the canvas app is not correctly running, which is the ”Passenger" part not working as expected.
try to check the log at /var/log/apache2/error.log or error_yoursite.log for more details.


--

---
You received this message because you are subscribed to the Google Groups "Canvas LMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/canvas-lms-users/6ddf754f-37dc-4535-8687-6cc63673d1d7n%40googlegroups.com.

Anh Thiện Vo

unread,
Jun 27, 2023, 2:59:59 AM6/27/23
to canvas-l...@googlegroups.com

Hi Frederich Liu! Thanks so much for pointing to me. I've configured following your idea and it's worked. 
Now, the Passenger is running and it shows another error and my app still didn't run.
Capture.PNG
I've researched about this but can't find out solution. Seem like it relates to debug Ruby language.
Please help me to resolve this.
You're my savior!


Vào Th 2, 26 thg 6, 2023 vào lúc 09:18 Frederich Liu <freder...@gmail.com> đã viết:

Frederich Liu

unread,
Jun 27, 2023, 4:19:07 AM6/27/23
to canvas-l...@googlegroups.com
It seems that the byebug gem is not successfully installed.
run 'bundle install ' to check the gem installation, if it goes well, it should list the gems that you have installed.
if there's byebug in the list, check the /var/canvas/vendor/bundle/ruby/3.1.0 ( depends on your installation path) to see if there's the byebug gem.
other wise, delete the vendor/bundle folder to re-install it again.
if you find the byebug gem there, but still not working, set a var in the apahce2 config file;
just follow the SetEnv RAILS_ENV production:
SetEnv GEM_PATH /var/canvas/vendor/bundle/ruby/3.1.0 <--- again, this path depends on your installation path.

Best,


Reply all
Reply to author
Forward
0 new messages