Skip to content

Commit

Permalink
Merge branch 'main' into ckan_211
Browse files Browse the repository at this point in the history
  • Loading branch information
kburger authored Jan 20, 2025
2 parents 906b52f + 24920cc commit 042e2a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ To start the containers:
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
3 changes: 1 addition & 2 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ USER root
RUN chown -R ckan:ckan-sys ${APP_DIR}
USER ckan


RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected]#egg=ckanext-gdi-userportal && \
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected]#egg=ckanext-gdi-userportal && \
pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt

RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \
Expand Down
2 changes: 1 addition & 1 deletion src/ckanext-gdi-userportal

0 comments on commit 042e2a1

Please sign in to comment.