-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Hosam Shahin edited this page May 31, 2016
·
22 revisions
- If you don't have OpenDSA-DevStack installed, follow the instructions here for setup. If you already have it installed, follow the instructions here to get it up to date.
- After you are done you should have OpenDSA-LTI server running. Go to https://192.168.33.10:9292 to make sure your application is up and running.
- Open a new terminal and do the following to process background jobs:
cd ~/OpenDSA-DevStack
vagrant ssh
cd /vagrant/OpenDSA-LTI
rake jobs:work
- Login to the application with admin account ([email protected], pass: adminadmin).
- Click
Upload Books
in the navigation bar, then select test_CS3.json file under OpenDSA-LTI folder and hitSubmit File
. - Go to https://canvas.instructure.com/ and create a course and give it
OpenDSA-LTI
name. Copy the course ID from the URL, you will use it later. - Go to admin area and link the course offering to Canvas instance
- Add Canvas course ID and code as shown below
- Go to Instance Book admin page to link the book you have just uploaded to the course offering.
- Go to LMS access to give instructor access to the Canvas instance
- Log out and log in again using instructor account ([email protected], pass: hokiehokie) and update your access token through
LMS Access
view. First click on the instructor email address in the navigation bar, then hitUpdate Access Token
. Follow the instructions here to get Canvas access token. - Go to the course offering view and compile the book.
- At this point the book is generated in Canvas and linked to a compiled book on the server file system.
Since we don't have the book compilation step automated yet, you should compile the book manually.
I've updated the
Makefile
for CS3 book to compile it in the right folder. So you need to do the following:
cs /vagrant/OpenDSA-DevStack/OpenDSA
make CS3