Content is a service for serving archived content stored on amazon S3.
Copyright (C) 2017 Data Together
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free Software
Foundation, version 3.0.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our Contributing Guidelines.
We use GitHub issues for tracking bugs and feature requests and Pull Requests (PRs) for submitting changes
We're working on a docker-compose
file for this guy. In the meantime, to run this service, you'll have to connect to an amazon S3 bucket and postgres server by setting the following environment variables:
AWS_REGION
AWS_S3_BUCKET_NAME
AWS_S3_BUCKET_PATH
POSTGRES_DB_URL
once those are properly set:
# cd to project directory, then:
go install
content
Coming soon!