76b8661e0d
Fixes: CNVS-25765 This is the second of four themes we are going to add to Theme Editor's default offerings. Test plan: - Pull down the patchset, migrate your database, and restart Canvas - Open Theme Editor. Make sure you have delayed jobs running in the background: script/delayed_job run - You should now see the State U. theme listed in the select input - If you lose all your styles after doing this, you might need to run: bundle exec rake brand_configs:generate_and_upload_all ... then restart. - Canvas should now look like this: http://screencast.com/t/dOZs5zGVI Change-Id: Ifbb529f815a82a025020b8c573193e6d370b5ab8 Reviewed-on: https://gerrit.instructure.com/68174 Reviewed-by: Ryan Shaw <ryan@instructure.com> Product-Review: Chris Hart <chart@instructure.com> Product-Review: Pam Hiett <phiett@instructure.com> Tested-by: Jenkins Product-Review: Colleen Palmer <colleen@instructure.com> QA-Review: Michael Hargiss <mhargiss@instructure.com> |
||
---|---|---|
Gemfile.d | ||
app | ||
bin | ||
client_apps | ||
config | ||
db/migrate | ||
doc | ||
docker-compose | ||
frontend_build | ||
gems | ||
guard | ||
lib | ||
public | ||
script | ||
spec | ||
.bowerrc | ||
.dockerignore | ||
.fontcustom-manifest.json | ||
.gitignore | ||
.i18nignore | ||
.jshintrc | ||
.npmrc | ||
.rubocop.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
bower.json | ||
code_of_conduct.md | ||
config.ru | ||
docker-compose.yml | ||
gulpfile.babel.js | ||
karma.conf.js | ||
package.json | ||
webpack.config.js | ||
webpack.production.config.js | ||
webpack.test.config.js |
README.md
Canvas LMS
Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.
Please see our main wiki page for more information
Installation
Detailed instructions for installation and configuration of Canvas are provided on our wiki.