Heex Kernel
.
You will have to handle how to run your implementations.
Prerequisites :
- HeexCLI (if automated execution)
- HeexSDK
- Your implementations executables
- A system configuration file of your production environment
Launch your implementations
To run you implementations, you have 2 options.- [RECOMMENDED] Automated execution:
- Put all your implementations inside the
~/Heex_SDK_<version>/implementations
folder. - Launch our solution as described below.
- Put all your implementations inside the
- Manual execution:
- You may also launch manually your implementations as you see fit. It is then your responsability to stop them.
Launch our solution
ℹ️ Info: Cleanup
We recommend that you stop Heex Kernel
when you are done using CTRL+C.