Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
I just followed the instructions to upgrade canvas (Upgrading · instructure/canvas-lms Wiki · GitHub ) from
treesame commit of origin/stable/2015-10-31
to
treesame commit of origin/stable/2016-04-23
But when I log in the dashboard is not showing up right as you can see in the screenshot with the white boxes for the courses. And I'm adding a screenshot of how I had it before the upgrade.
What am I doing wrong? What steps am I missing?
Solved! Go to Solution.
Ok, found out the problem after a little research.
I had to do
$ bundle update
$ bundle install
$ npm cache clean && rm -rf node_modules && npm install
$ RAILS_ENV=production bundle exec rake canvas:compile_assets
Started services again apache / canvas_init, and it worked!
Ok, found out the problem after a little research.
I had to do
$ bundle update
$ bundle install
$ npm cache clean && rm -rf node_modules && npm install
$ RAILS_ENV=production bundle exec rake canvas:compile_assets
Started services again apache / canvas_init, and it worked!
To participate in the Instructure Community, you need to sign up or log in:
Sign In