docs: add note about customizability

This commit is contained in:
rzmk 2025-08-20 12:26:42 -04:00
parent 46c7e397be
commit 8c6895350c

View file

@ -1,6 +1,6 @@
# ckan-devstaller
`ckan-devstaller` attempts to install CKAN 2.11.3 from source using [ckan-compose](https://github.com/tino097/ckan-compose), intended for development use in a new Ubuntu 22.04 instance. The following are also installed by default:
`ckan-devstaller` attempts to install CKAN 2.11.3 from source using [ckan-compose](https://github.com/tino097/ckan-compose), intended for development use in a new Ubuntu 22.04 instance. The following are also installed and enabled by default:
- [DataStore extension](https://docs.ckan.org/en/2.11/maintaining/datastore.html)
- [ckanext-scheming extension](https://github.com/ckan/ckanext-scheming)
@ -9,6 +9,9 @@
The [`datatablesview-plus` extension](https://github.com/dathere/ckanext-datatables-plus) is planned to be included in a future release.
> ![NOTE]
> We plan on including customizability for enabling/disabling features in a future release.
## Quick start
> [!CAUTION]