Skip to content

Instantly share code, notes, and snippets.

@awilson28
Last active November 15, 2015 18:51
Show Gist options
  • Save awilson28/3f32ec6073a1edd6b012 to your computer and use it in GitHub Desktop.
Save awilson28/3f32ec6073a1edd6b012 to your computer and use it in GitHub Desktop.

STEPS FOR TESTING ASSESSDOT

  1. Set up ngrok server to receive requests at port 80. Throw nrgok uri into msg.config.url in the fork controller in server/api/step/step.controller.js ( on line 64 as of 11/14/15)
  2. log into instructor account and create an assessment (slurping in assessment uri (e.g. https://github.com/FullstackAcademy/express-assessment)
  3. as the instructor, create a cohortAssessment for that assessment
  4. log into account of student that belongs to that cohort
  5. as student, a) fork assessment b) clone assessment c) push assessment to trigger sending of assessment to docker container
@zekenie
Copy link

zekenie commented Nov 15, 2015

  1. we should set up an ngrok server every time learndot boots. That'll be nice for lots of reasons
    2 & 3) we can automate that with a script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment