forked from CoderDojoTC/python-minecraft
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
- To support oauth2 > 2.0.0 for authorization with Google spreadsheets changes are needed. Refer http://gspread.readthedocs.io/en/latest/oauth2.html
- Use a key instead of password with to access spreadsheets. Remember to share the spreadsheet with the "Service email account"
- Had errors related to docker client API being greater than docker server API - Use dvm [https://github.com/getcarina/dvm](Docker version manager)