Difference between revisions of "Canvas Deployment"
From CMU ITSC Network
Line 17: | Line 17: | ||
== nfs share file configuration == | == nfs share file configuration == | ||
+ | === on file share server === | ||
+ | * install nfs | ||
+ | <syntaxhighlight lang=bash> | ||
+ | $ sudo apt-get install -y nfs-kernel-server | ||
+ | </syntaxhighlight> | ||
+ | * |
Revision as of 04:39, 23 July 2020
Diagram
domain : canvas.cm.edu
rce domain : rce-canvas.cm.edu
nginx load balancer
- ip : 10.110.60.55
share file ip : 10.110.60.239
- server ubuntu 18.04 with docker, cpu 4, ram 8
- ip : 10.110.60.239
postgres :
- server : ubuntu 18.04 with docker, cpu 4, ram 8
- ip :10.110.60.209
canvas-lms
- server : ubuntu 16.04 cpu 8, ram 8
- ip : 10.110.60.215, 10.110.60.144
- install nfs
$ sudo apt-get install -y nfs-kernel-server