ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 155 forks source link

added Dockerfile and apache foreground script #110

Open Kyle-Falconer opened 7 years ago

Kyle-Falconer commented 7 years ago

This is a standalone Dockerfile which uses Ubuntu 14.04 and Apache 2. This Dockerfile was based on the production deployment instructions and is in use in VTA's Open Data Portal deployment and seems to be working so far.

amercader commented 7 years ago

This looks good @Kyle-Falconer, I tested it and worked perfectly. Would you mind adding some documentation on deployment.rst about the option to use Docker? Also just because we don't have experience using it we might direct potential future issues related to its usage to you (I don't expect them to be many)

Kyle-Falconer commented 7 years ago

Yeah, this sounds good. I'll modify the PR as requested, and am happy to take on additional requests as needed.

amercader commented 7 years ago

Sounds great, thanks @Kyle-Falconer