tonythomas01 / gdrive-to-commons

Tool to upload pictures from Google Drive to Wikimedia Commons ⚠️ Moved to Wikimedia Gerrit, so this repo is read only.
https://gdrive-to-commons.toolforge.org/
Apache License 2.0
9 stars 10 forks source link

Create documentation to configure app to upload to a local test wiki #54

Open tonythomas01 opened 4 years ago

tonythomas01 commented 4 years ago

We should've done this earlier, but now that we are uploading a lot of things outside (say to test and commons), I would suggest we have this setup. One would argue:

  1. Setup a locally running medaiwiki instance with file upload capabilities. Lets use vagrant as it is easy to setup.
  2. Enable roles OAuth maybe ? Register a consumer in this dev wiki to point to your localhost:8000 so your local gdrive app can authenticate.
  3. Try uploading, and see that the file got uploaded to dev-wiki.

Would be easy to test, and quite good if we can have this documented. Thank you!

tonythomas01 commented 4 years ago

Sure. No pressure, but thanks!

RishikaBhatia17 commented 4 years ago

Hi @tonythomas01, I'm interested to work on documentation and have started working on it.