canvas: installation on ubuntu

quick start method:
https://github.com/instructure/canvas-lms/wiki/Quick-Start
i had to run the following to get ./CODES.sh –full setup to successfully complete:
gem list bundler
sudo gem uninstall bundler
sudo gem install bundler -v 1.12.5

production method:
https://github.com/instructure/canvas-lms/wiki/Production-Start
i had to uninstall some other versions of ruby and standardize on ruby2.3.
check ruby version with: ruby -v
after the ruby cleanup i needed to run: sudo gem update –system
to alter the postgres password for the “canvas” user i ran:
sudo -u postgres psql postgres
\password canvas

This entry was written by resinblade , posted on Wednesday January 11 2017at 03:01 pm , filed under IT . Bookmark the permalink . Post a comment below or leave a trackback: Trackback URL.

Comments are closed.