Skip to content
mpant edited this page Jun 9, 2016 · 2 revisions

Welcome to the python-minecraft wiki!

As I am trying to set up a server based on CoderDojoTC tutorial I came across a few changes that need to be made for the lab environment to work.

  1. To support oauth2 > 2.0.0 for authorization with Google spreadsheets changes are needed. Refer http://gspread.readthedocs.io/en/latest/oauth2.html
  2. Use a key instead of password with to access spreadsheets. Remember to share the spreadsheet with the "Service email account"
  3. Had errors related to docker client API being greater than docker server API - Use dvm [https://github.com/getcarina/dvm](Docker version manager)

Clone this wiki locally