From: Bryan Date: Wed, 11 Dec 2013 06:03:52 +0000 (-0500) Subject: Commenting upon the third party service requirements. X-Git-Tag: release-20150131~386^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=24fd5b6d8d461cf352011b9b56eae63f9af41d0b;p=oweals%2Fkarmaworld.git Commenting upon the third party service requirements. --- diff --git a/README.md b/README.md index 1c64382..30f75fe 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,19 @@ directory underneath that (`{project_root}/karmaworld`) alongside files like `fabfile.py` (`{project_root}/fabfile.py`) and `README.md` (`{project_root}/README.md`). +## External Service Dependencies + +Notice: This software makes use of external third party services which require accounts to access the service APIs. Without these third parties available, this software may require considerable overhaul. + +### Filepicker +This software uses [Filepicker.io]{https://www.inkfilepicker.com/} for uploading files. This requires an account with Filepicker and some additional third party file hosting site where Filepicker may send uploaded files. + +### Amazon S3 +This software uses [Amazon S3]{http://aws.amazon.com/s3/} as a third party file hosting site. The primary use case is a destination for Filepicker files. A secondary use case is hosting static files. + +### Google Drive +This software uses [Google Drive]{https://developers.google.com/drive/} to convert documents to and from various file formats. Google credentials will be required as well as a Google Drive account which has been registered with the Google Cloud Console. + # Development Install If you need to setup the project for development, it is highly recommend that