Skip to content

Commit

Permalink
Merge pull request #160 from GenomicDataInfrastructure/update-readme
Browse files Browse the repository at this point in the history
docs(README): add local ckan instance hostname and default sysadmin c…
  • Loading branch information
antoine-dorard-lnds authored Jan 14, 2025
2 parents ed2b437 + 08a7f5e commit 62cda56
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 62cda56

Please sign in to comment.