Update README
Add section: "Updating the .env file for development mode"
This commit is contained in:
parent
b70bd39369
commit
3c9c3dd41f
10
README.md
10
README.md
@ -152,6 +152,16 @@ In VS Code:
|
|||||||
You can now set breakpoints and remote debug your CKAN development instance.
|
You can now set breakpoints and remote debug your CKAN development instance.
|
||||||
|
|
||||||
|
|
||||||
|
#### Updating the .env file for development mode
|
||||||
|
|
||||||
|
The Docker Compose .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
|
## 5. CKAN images
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user