Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1.93 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.93 KB

Content

GitHub Slack License Codecov CircleCI

Content is a service for serving archived content stored on amazon S3.

License & Copyright

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.

Getting Involved

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

Usage

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

Development

Coming soon!