Update README.txt

This commit is contained in:
Brett 2020-10-05 14:30:49 +02:00
parent d6108cb7d5
commit cecba66f35

View File

@ -14,17 +14,3 @@ located at the root directory
- include an "/examples" folder for examples of adding extentions xloader, harvester, etc - include an "/examples" folder for examples of adding extentions xloader, harvester, etc
- make sure the "development mode" path is taken cared of with any changes - make sure the "development mode" path is taken cared of with any changes
- Create an admin user during the container deployment - Create an admin user during the container deployment
Helpful Notes:
Build ckan-base image (2.9)
cd /path/to/ckan-docker/ckan/ckan-base
docker build -t kowhai/ckan-base:2.9 -f 2.9/Dockerfile .
Login to Dockerhub
docker login --username=kowhai
(will then ask for a password)
Push image to Dockerhub
docker push kowhai/ckan-base:2.9