b8b8b65097
vendor/plugins When either gems/plugins or vendor/plugins doesn't exist in the repo, the script would print an error as it tried to list the directory contents through globbing. This fixes that error. Fixes CNVS-19519 Test Plan: - Create a new checkout with no vendor/plugins directory, or delete the existing one (not recommended) - Run the script and ensure it does not report an error with a missing vendor/plugins/* - Ensure the script completes without error Change-Id: I4d49fc090d4abc21ac8e8005f4ed83c47b4e89c5 Reviewed-on: https://gerrit.instructure.com/50961 Reviewed-by: Cameron Sutter <csutter@instructure.com> Product-Review: Cameron Sutter <csutter@instructure.com> Tested-by: Jenkins QA-Review: Benjamin Porter <bporter@instructure.com> |
||
---|---|---|
Gemfile.d | ||
app | ||
bin | ||
client_apps | ||
config | ||
db/migrate | ||
doc | ||
gems | ||
guard | ||
lib | ||
public | ||
script | ||
spec | ||
.bowerrc | ||
.fontcustom-manifest.json | ||
.gitignore | ||
.i18nignore | ||
.jshintrc | ||
.travis.yml | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
bower.json | ||
code_of_conduct.md | ||
config.ru | ||
karma.conf.js | ||
package.json |
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.