How can I access the login page of the Canvas Community Version following the Production Start tutorial
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I am trying to host my own Canvas Community version. I followed the "Production Start" tutorial and completed the installation.
At the end, I encountered the following page. According to the tutorial, I should be able to log in with the Admin credentials that I created during the installation. However, it doesn't provide a link to a login page. (The link is at: https://ibb.co/b5PkBtt.)
I checked the canvas.conf file located at /etc/apache2/sites-available/canvas.conf, and I believe the issue may be due to the documentRoot being set to /var/canvas/public.
<VirtualHost *:80> ServerName canvas.example.com ServerAlias canvasfiles.example.com ServerAdmin youremail@example.com DocumentRoot /var/canvas/public
//...
</VirtualHost>
My question is, how do you successfully log in to the self-hosted version? Should I change the DocumentRoot to something else???
Any suggestions and feedback are greatly appreciated.
Thank you, and have a great upcoming Christmas holiday!
Best regards,
Jasmine