Install Dory on Ubuntu
Contents
Dory is one of optional requirement to run canvas.
What' Dory?
Dory builds local DNS and reverse proxy. Dory enables user to access over domain name address like http://
Environment
Ubuntu 18.04.5 LTS
|
|
Install
Instruction is at github.
Warning
Using
sudo
for gem install dory
worked once, but it brought error on canvas installation for some authorization error. So, I gem uninstall dory
and did below procedure.Activate rbenv for ruby 2.6.6
** Following process is done by ruby 2.6.6 on rbenv. **
Install Dory
|
|
|
|
Run/stop dory
I just did dory up
at canvas directory that has docker-compose.yml
. However, it might be useless as I did not configure VIRTUAL_PORT on docker-compose.yml
at this point. In detail, see instruction
|
|
Stop dory
|
|