Skip to content

Commit

Permalink
Merge branch 'ckan:master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert authored Jul 10, 2024
2 parents f4bbd7a + 020b1b8 commit bcb089f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [Create an extension](#create-an-extension)
* [Running HTTPS on development mode](#running-https-on-development-mode)
* [Remote Debugging with VS Code](#remote-debugging-with-vs-code)
* [Updating the environment file for development mode](#updating-the-environment-file-for-development-mode)
* [5. CKAN images](#5-ckan-images)
* [Extending the base images](#extending-the-base-images)
* [Applying patches](#applying-patches)
Expand Down Expand Up @@ -152,6 +153,15 @@ In VS Code:
You can now set breakpoints and remote debug your CKAN development instance.


#### Updating the environment file for development mode

The Docker Compose environment `.env` file by default is set up for production mode. There are a few changes needed if you would like to run in Development mode:

1. Change the `CKAN_SITE_URL` variable to be: http://localhost:5000
2. Update the `CKAN__DATAPUSHER__CALLBACK_URL_BASE` variable to use the `ckan-dev` container name: http://ckan-dev:5000
3. Update the `DATAPUSHER_REWRITE_URL` variable to also use the `ckan-dev` container name http://ckan-dev:5000


## 5. CKAN images
![ckan images](https://user-images.githubusercontent.com/54408245/207079416-a01235af-2dea-4425-b6fd-f8c3687dd993.png)

Expand Down

0 comments on commit bcb089f

Please sign in to comment.