mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
feat: add installation options for interactive and non-interactive modes
This commit is contained in:
parent
2a12a08adf
commit
ee0c1ea32c
2 changed files with 20 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -19,10 +19,18 @@
|
|||
> [!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:
|
||||
You have two common options to choose from for installation. Paste one of the following scripts into your new Ubuntu 22.04 instance's terminal.
|
||||
|
||||
### Install with non-interactive mode (default config)
|
||||
|
||||
```bash
|
||||
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.1.0/install.bash | bash
|
||||
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.0/install.bash | bash -s default
|
||||
```
|
||||
|
||||
### Install with interactive mode
|
||||
|
||||
```bash
|
||||
wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.0/install.bash | bash
|
||||
```
|
||||
|
||||
## Demos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue