Go to file
Neil Gupta 9f84275bac Fix consul init values when running docker
Fixes CNVS-31618

Test plan:
1. copy the updated config/consul.yml into your config directory
2. make sure api specs pass in docker
(eg docker-compose run --rm web rspec spec/apis/v1/grading_periods_api_spec.rb)

Change-Id: Ib80c01d2770c216aa846362e3ea2efbfde5f5e63
Reviewed-on: https://gerrit.instructure.com/89692
Reviewed-by: Derek Bender <djbender@instructure.com>
Reviewed-by: Shahbaz Javeed <sjaveed@instructure.com>
Tested-by: Jenkins
QA-Review: Derek Bender <djbender@instructure.com>
Product-Review: Neil Gupta <ngupta@instructure.com>
2016-09-07 17:09:32 +00:00
Gemfile.d bump switchman 2016-08-30 22:22:37 +00:00
app don't save null value if no value is provided 2016-09-07 17:04:13 +00:00
bin avoid port conflicts for remote debugging 2016-06-02 15:37:32 +00:00
client_apps move "old_unsupported_react" to client_apps 2016-08-05 19:26:33 +00:00
config don't run empty update_all in touch_all 2016-09-07 12:50:42 +00:00
db/migrate remove FilterPageViewUrlParam migration 2016-08-31 22:11:50 +00:00
doc New Observer for when a Enrollment is modified for live envents 2016-08-30 15:53:29 +00:00
docker-compose Fix consul init values when running docker 2016-09-07 17:09:32 +00:00
frontend_build upgrade to node 6 2016-08-09 23:37:07 +00:00
gems use find_each over each for terms report 2016-09-06 19:06:36 +00:00
guard let people write specs in jsx 2015-12-05 09:52:45 +00:00
lib avoid loading all users in a course into memory for override calculations 2016-09-07 16:12:49 +00:00
public add "mastery-path" icon to the existing canvas icon-font 2016-09-07 02:39:21 +00:00
script fix missing quotes in rubocop message 2016-09-07 15:46:49 +00:00
spec don't save null value if no value is provided 2016-09-07 17:04:13 +00:00
.babelrc Bump Babel to version 6 2016-07-15 21:55:10 +00:00
.bowerrc
.dockerignore docker-compose based dev environment 2015-03-30 20:59:48 +00:00
.fontcustom-manifest.json add "mastery-path" icon to the existing canvas icon-font 2016-09-07 02:39:21 +00:00
.gitignore upgrade to node 6 2016-08-09 23:37:07 +00:00
.i18nignore bump rails 3 to github branch for ruby 2.2 compatibility 2015-02-18 22:55:20 +00:00
.i18nrc upgrade to node 6 2016-08-09 23:37:07 +00:00
.jshintrc
.npmrc fix brand config previewing and skipping 2015-10-27 16:16:15 +00:00
.nvmrc upgrade to node 6 2016-08-09 23:37:07 +00:00
.rubocop.yml Moving ParallelAssignment back to style 2016-01-18 21:47:22 +00:00
.selinimumignore spec: selinimize more things, fixes SD-1260 2016-06-20 19:43:14 +00:00
.travis.yml
CONTRIBUTING.md Add guidelines section to CONTRIBUTING.md 2016-01-13 19:50:06 +00:00
COPYRIGHT
Gemfile fix plugin loading from outside rails root directory 2016-07-22 15:18:59 +00:00
Guardfile ensure node_modules are up-to-date for guard & compile_assets 2015-07-16 19:17:54 +00:00
LICENSE
README.md
Rakefile
bower.json Bump version of react-tray to 2.0.1 2016-08-08 21:16:43 +00:00
code_of_conduct.md
config.ru
docker-compose.yml fix local docker selenium configuration 2016-06-21 21:21:45 +00:00
gulpfile.js upgrade to node 6 2016-08-09 23:37:07 +00:00
issue_template.md Add issue_template.md for GitHub issues 2016-02-17 21:00:48 +00:00
karma.conf.js Make JS_SPEC_MATCHER work again 2016-08-12 21:11:04 +00:00
package.json upgrade to node 6 2016-08-09 23:37:07 +00:00
webpack.config.babel.js Bump Babel to version 6 2016-07-15 21:55:10 +00:00
webpack.production.config.babel.js Bump Babel to version 6 2016-07-15 21:55:10 +00:00
webpack.test.config.babel.js Bump Babel to version 6 2016-07-15 21:55:10 +00:00

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.