Nitrous.IOΒΆ

Nitrous.IO is a cloud application platform that helps you create and configure the infrastructure in just seconds.

You can spin up server side for Stepic plugins in Nitrous.IO for free. Just follow this link. A minute later, when your Nitrous.IO box is ready just run this commands:

  • virtualenv hack-stepic -p python3.3
  • source hack-stepic/bin/activate
  • cd workspace/stepic-plugins/
  • pip install -r requirements.txt
  • cd stepic_plugins/

Now server is ready! You can implement your quiz and start server with python dev-server/server.py QUIZ_NAME or play around with one of standard quizzes, for example “simple-choice” quiz: python dev-server/server.py simple-choice.

To use this server from front end find out server’s public URL from your dashboard.