ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
104 stars 197 forks source link

Update README with all the useful commands (scripts) available #186

Open kowh-ai opened 2 weeks ago

kowh-ai commented 2 weeks ago

There are a number of very useful commands available to run from the host machine. These should be included in the README file for this repo

The commands will be along the lines of:

docker compose -f docker-compose.dev.yml exec <script options> ckan-dev ckan <ckan options> <ckan command>

wardi commented 2 weeks ago

even better if those could be written as

./devexec ckan <ckan options> <ckan command>