-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Cliff Shaffer edited this page Jun 1, 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-DevStackvagrant sshcd /vagrant/OpenDSA-LTIrake jobs:work
- Login to the application with admin account (admin@codeworkout.org, pass: 'adminadmin').
- Click
Upload Booksin the navigation bar, then clickChoose File. Navigate to OpenDSA-DevStack/OpenDSA-LTI and choose test_CS3.json. ClickSubmit File. - Go to https://canvas.instructure.com/ and create a course and give it
OpenDSA-LTIname. Copy the course ID from the URL, you will use it later. - Go to admin area, select
Course OfferingsunderUniversity-orientedmenu. There are six course offerings in three semesters, Spring-2016 (1/1-5/31), Summer-I (6/1-7/15), and Summer-II (7/16-8/15). Select the correct course offering based on your current time and link it to Canvas instance. Also modifyLMS COURSE CODEto be 'OpenDSA-LTI' andLMS COURSE NUMto the course ID you copied in point #6. - Under
ODSA Booksmenu selectInst Bookto link the book you have just uploaded to the course offering. - Under
LMS configmenu go toLms Accessto give instructorIma Teacheraccess to the Canvas instance. - Log out and log in again using instructor account (example-1@railstutorial.org, pass: 'hokiehokie'. This is
Ima Teacheraccount) and update the access token throughLMS Accessview. First click on the instructor email address in the navigation bar, then hitUpdate Access Token. If you don't have Canvas access token follow the instructions here. - From the application main page click
Coursebutton and navigate to the course offering view. Under OpenDSA tab you will find the book linked to that offering. You can clickConfigure Bookbutton to go to book configuration view which will allow instructor to add/remove book modules and chapters. It also allows Instructor to define exercises points and due dates.Compile Bookbutton should generate the book html files on the server file system and generate course on the linked Canvas instance as well. ClickCompile Bookbutton and you should see the progress bar moving forward while the course is being generated in Canvas. - At this point the book is generated in Canvas and linked to a compiled book on the server file system. But
Since we don't have the book compilation step automated yet, you should compile the book manually.
I've updated the
Makefilefor CS3 book to compile it in the right folder. So you need to open a new terminal and do the following:cd ~/OpenDSA-DevStackvagrant sshcd /vagrant/OpenDSAmake pullmake CS3
- Once the compilation step is done, go to Canvas and open course modules you should find the book pushed and published.