File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 11# actinia-cloudevent-plugin
22
3- This is an example plugin for [ actinia-core] ( https://github.com/mundialis/actinia_core ) which adds a "Hello World" endpoint to actinia-core.
3+ This is an plugin for [ actinia-core] ( https://github.com/mundialis/actinia_core ) which adds cloudevent endpoints to actinia-core.
44
55You can run actinia-cloudevent-plugin as an actinia-core plugin.
66
@@ -78,25 +78,6 @@ make integrationtest
7878make devtest
7979```
8080
81- ## Starting steps for own plugin
82- If you want to have your own plugin you can use this repo to create it by
83- executing the ` scripts/create_own_plugin.sh ` .
84-
85- If you want the repo in git then you first have to create an empty git repository
86- and then run the script. Then follow the last instructions from the script
87- to upload the initial code to your git repository.
88-
89- ``` bash
90- bash create_own_plugin.sh actinia-ex2-plugin git
91- ```
92-
93- If you only want your own plugin in a folder and not in git you can execute the
94- script like this:
95-
96- ``` bash
97- bash create_own_plugin.sh actinia-ex2-plugin
98- ```
99-
10081## Hint for the development of actinia plugins
10182
10283### skip permission check
You can’t perform that action at this time.
0 commit comments