mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
docs: add note about removed comments from ini file
This commit is contained in:
parent
be277986cd
commit
01c4684947
1 changed files with 8 additions and 1 deletions
|
|
@ -1,12 +1,19 @@
|
||||||
# ckan-devstaller
|
# 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.
|
`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:
|
||||||
|
|
||||||
|
- DataStore extension
|
||||||
|
- ckanext-scheming extension
|
||||||
|
- [DataPusher+ extension](https://github.com/dathere/datapusher-plus)
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> Make sure `ckan-devstaller` is run in a **new** Ubuntu 22.04 instance. Do NOT run `ckan-devstaller` in an existing instance that is important for your usage.
|
> Make sure `ckan-devstaller` is run in a **new** Ubuntu 22.04 instance. Do NOT run `ckan-devstaller` in an existing instance that is important for your usage.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The `/etc/ckan/default/ckan.ini` config file will have its comments removed for now. There are plans to fix this in a future release of `ckan-devstaller`.
|
||||||
|
|
||||||
Paste this into your new Ubuntu 22.04 instance's terminal:
|
Paste this into your new Ubuntu 22.04 instance's terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue