marshall62 / msadmin

Admin tools for configuring Mathspring
0 stars 0 forks source link

Preview” is launching MathSpring on woj, ROSE. Change to point to AWS. #27

Closed IvonArroyo closed 5 years ago

IvonArroyo commented 5 years ago

The “Preview” is launching MathSpring on woj, and on rose. This has to be changed to point to AWS: http://ec2-34-239-246-100.compute-1.amazonaws.com

mohit-surana commented 5 years ago

One line change to be made here

The authoring tool goes to a URL of the following form: http://tutor.mathspring.org/woj/WoAdmin?action=AdminGetQuickAuthSkeleton&probId=%s&teacherId=-1&reload=true&zoom=1

This needs to be replaced with something like: http://ec2-34-239-246-100.compute-1.amazonaws.com/woj/WoAdmin?action=AdminGetQuickAuthSkeleton&probId=%s&teacherId=-1&reload=true&zoom=1

Currently, this end point does not work. Will have to get in touch with Neeraj regarding how to point to the new endpoint.