okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

start ckan script configurable/editable #53

Open jbrown-xentity opened 3 years ago

jbrown-xentity commented 3 years ago

User Story

As a Docker-CKAN user, I need to be able to utilize a different way to serve the application without copying and pasting code

Details

The current start.sh scripts include much more activity and commands than simply turning on the server. It would be nice to split out lines 1-17, and run these files in sequence. Then a downstream user like catalog.data.gov can implement a start script much easier than copying and replacing code.

To be clear, this should be done for ckan, ckan-base, and ckan-dev, although currently we use ckan-dev as our deployment is test only.