-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup c8run draft, add stub for reusable component #4101
Conversation
👋 🤖 🤔 Hello! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.5/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
|
||
and each process will have a corresponding `.pid` file inside the `internal` folder. These files contain a process id so that the `shutdown.sh` will use so that it can shutdown the application. | ||
1. Place the Connector's .jar file in the `/custom_connectors` folder contained in the C8Run directory. | ||
2. Place the element template in the appropriate folder for your installation. See [Search Paths](https://docs.camunda.io/docs/components/modeler/desktop-modeler/search-paths/) for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[all.hrefProduction] Improper link format: 'Search Paths'. Please use relative URLs.
@conceptualshark Are you just waiting on review from @jessesimpson36 before merging this for release tomorrow? 😄 |
@christinaausley I removed the alpha4 tag from this - it can wait! |
I like the updates. I personally didn't know that authentication was required. I thought I had tried deploying a model with Authentication set to None. |
I like that you linked the search paths. |
Nice! I'll make my future edits in the feature branch now that we're all in one place. Thank you! |
An overhaul of the C8Run draft. If this direction looks good to you and gets merged into your docs branch, I can make future edits in
feat-c8run
.