From 08a7f5e1bc145c55a33e8ad9625238866f14d703 Mon Sep 17 00:00:00 2001 From: Antoine Dorard Date: Fri, 10 Jan 2025 16:29:38 +0100 Subject: [PATCH] docs(README): add local ckan instance hostname and default sysadmin credentials --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3617e8..8c348b61 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,15 @@ docker compose logs -f ckan -c ckan.ini search-index rebuild ``` -## 4. installing new extensions +## 4. Accessing the running instance + +The ckan instance runs on port defined in CKAN_PORT_HOST (5500). Access it at http://localhost:5500. +A sysadmin account is created by default with the following credentials (defined in .env): +- `CKAN_SYSADMIN_NAME=ckan_admin` +- `CKAN_SYSADMIN_PASSWORD=test1234` + + +## 5. installing new extensions The current agreement is: * Fork all the branches from the extension's repo into [GitHub GDI](https://github.com/GenomicDataInfrastructure).