canvas-development-tools
canvas-development-tools copied to clipboard
Theme Editor and E-mails
So I got Canvas to install successfully but there are two options that are not working, theme editor and e-mail notifications. I configured the e-mail notifications using gmail smtp server information but I still don't get any e-mails with a password. I also have problems with the whole theme editor option. I cannot change theme, apply nor preview any changes. I read that it was a permission issue back in the Google Canvas group but I do not seem to have "canvasuser" set in order to change the permissions.
/canvas$ sudo chmod 777 -R client_apps/canvas_quizzes/ /canvas$ sudo chown -R canvasuser client_apps/canvas_quizzes/
/canvas$ sudo chmod 777 -R public/javascripts/ /canvas$ sudo chmod -R canvasuser public/javascripts/ /canvas$ sudo chmod -R 777 public/ /canvas$ sudo chown -R canvasuser public/ /canvas$ sudo chmod -R 777 .yardoc/ /canvas$ sudo chown -R canvasuser .yardoc/