dotto95
March 1st, 2021, 02:18 PM
Hello, I'm trying to install Canvas LMS on my ubuntu server.
It required dory package.
I installed it:
gem install dory
Successfully installed dory-1.1.0
Parsing documentation for dory-1.1.0
Done installing documentation for dory after 0 seconds
1 gem installed
But when I run Canva's installer:
________ ________ ________ ___ ___ ________ ________
|\ ____\|\ __ \|\ ___ \|\ \ / /|\ __ \|\ ____\
\ \ \___|\ \ \|\ \ \ \\ \ \ \ \ / / | \ \|\ \ \ \___|_
\ \ \ \ \ __ \ \ \\ \ \ \ \/ / / \ \ __ \ \_____ \
\ \ \____\ \ \ \ \ \ \\ \ \ \ / / \ \ \ \ \|____|\ \
\ \_______\ \__\ \__\ \__\\ \__\ \__/ / \ \__\ \__\____\_\ \
\|_______|\|__|\|__|\|__| \|__|\|__|/ \|__|\|__|\_________\
\|_________|
Welcome! This script will guide you through the process of setting up a
Canvas development environment with docker and dinghy/dory.
When you git pull new changes, you can run ./scripts/docker_dev_update.sh
to bring everything up to date.
> Some additional dependencies need to be installed for your OS.
Canvas recommends using dory for a reverse proxy allowing you to
access canvas at http://canvas.docker. Detailed instructions
are available at https://github.com/FreedomBen/dory.
If you want to install it, run 'gem install dory' then rerun this script.
Can you help me?
Thank you
It required dory package.
I installed it:
gem install dory
Successfully installed dory-1.1.0
Parsing documentation for dory-1.1.0
Done installing documentation for dory after 0 seconds
1 gem installed
But when I run Canva's installer:
________ ________ ________ ___ ___ ________ ________
|\ ____\|\ __ \|\ ___ \|\ \ / /|\ __ \|\ ____\
\ \ \___|\ \ \|\ \ \ \\ \ \ \ \ / / | \ \|\ \ \ \___|_
\ \ \ \ \ __ \ \ \\ \ \ \ \/ / / \ \ __ \ \_____ \
\ \ \____\ \ \ \ \ \ \\ \ \ \ / / \ \ \ \ \|____|\ \
\ \_______\ \__\ \__\ \__\\ \__\ \__/ / \ \__\ \__\____\_\ \
\|_______|\|__|\|__|\|__| \|__|\|__|/ \|__|\|__|\_________\
\|_________|
Welcome! This script will guide you through the process of setting up a
Canvas development environment with docker and dinghy/dory.
When you git pull new changes, you can run ./scripts/docker_dev_update.sh
to bring everything up to date.
> Some additional dependencies need to be installed for your OS.
Canvas recommends using dory for a reverse proxy allowing you to
access canvas at http://canvas.docker. Detailed instructions
are available at https://github.com/FreedomBen/dory.
If you want to install it, run 'gem install dory' then rerun this script.
Can you help me?
Thank you