mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 21:39:49 +00:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0ac63a368 | ||
|
|
6c173fb779 | ||
|
|
e5d9324c7a |
3 changed files with 8 additions and 0 deletions
3
.github/workflows/run-ckan-only-install.yml
vendored
3
.github/workflows/run-ckan-only-install.yml
vendored
|
|
@ -3,6 +3,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- 'README.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
ckanonlyinstall:
|
ckanonlyinstall:
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ You may find the following guides useful while developing with CKAN:
|
||||||
- [Customize your config file](https://docs.ckan.org/en/latest/extensions/index.html)
|
- [Customize your config file](https://docs.ckan.org/en/latest/extensions/index.html)
|
||||||
- [Create test data](https://docs.ckan.org/en/latest/maintaining/getting-started.html#creating-test-data)
|
- [Create test data](https://docs.ckan.org/en/latest/maintaining/getting-started.html#creating-test-data)
|
||||||
- [Visit ckan.org](https://ckan.org)
|
- [Visit ckan.org](https://ckan.org)
|
||||||
|
- [Interact with your CKAN API at ckanaction.dathere.com](https://ckanaction.dathere.com)
|
||||||
|
|
||||||
## `ckan-devstaller` demos
|
## `ckan-devstaller` demos
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,7 @@ To ensure users using VirtualBox see the full command for adding a user to the s
|
||||||
## GitHub Action to verify CKAN install runs
|
## GitHub Action to verify CKAN install runs
|
||||||
|
|
||||||
We've added a GitHub Action to run on push to the main branch to verify that a CKAN-only install runs. This doesn't include verbose testing but rather ensuring that the ckan-devstaller finishes without errors.
|
We've added a GitHub Action to run on push to the main branch to verify that a CKAN-only install runs. This doesn't include verbose testing but rather ensuring that the ckan-devstaller finishes without errors.
|
||||||
|
|
||||||
|
## New --skip-run flag
|
||||||
|
|
||||||
|
We've added a `--skip-run` flag to skip running CKAN at the end of installation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue