https://github.com/instructure/demo_arigato
Populates a Canvas demo site with dummy data
https://github.com/instructure/demo_arigato
Last synced: 7 months ago
JSON representation
Populates a Canvas demo site with dummy data
- Host: GitHub
- URL: https://github.com/instructure/demo_arigato
- Owner: instructure
- License: agpl-3.0
- Created: 2016-01-08T16:59:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T21:31:51.000Z (over 7 years ago)
- Last Synced: 2025-07-25T18:12:23.689Z (10 months ago)
- Language: Ruby
- Homepage: http://demoarigato.herokuapp.com
- Size: 238 KB
- Stars: 2
- Watchers: 13
- Forks: 5
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Demo Arigato
=========
This project makes it simple to populate a sample Canvas course using values from Google Drive Spreadsheets.
Deployment
-----------
This application uses puma as a webserver.
Start with:
rails server puma
Upload settings to heroku:
rake heroku:secrets RAILS_ENV=production
Ruby on Rails
-------------
This application requires:
- Ruby
- Rails
Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html).
Database
--------
This application uses PostgreSQL with ActiveRecord.
ngrok
-------------------------
The OAuth keys used to sign into Canvas in development mode are tied to *.ngrok.com.
Setup a local tunnel using any subdomain. In this case we chose to use 'arigato':
ngrok --subdomain arigato 3005
Then access the project using:
http://arigato.ngrok.com