-
Notifications
You must be signed in to change notification settings - Fork 243
Customizing Docker Script Executors
Nolan Ehrstrom edited this page Mar 17, 2020
·
25 revisions
-
The following PRs must be merged
- Core (Issue, no PR yet): https://github.com/ProcessMaker/processmaker/issues/2887
-
phphttps://github.com/ProcessMaker/docker-executor-php/issues/5 -
luahttps://github.com/ProcessMaker/docker-executor-lua/issues/3 -
nodehttps://github.com/ProcessMaker/docker-executor-node/pull/3 -
python- No PR, updated on develop javacsharp
-
Put php, lua, and node on Packagist. Republish the others.
- Verify that base images were automatically built and deployed to docker hub as processmaker4/executor-{lang}
- Install any executors you would like on the instance with
composer require processmaker/docker-executor-{lang} - The install script for each language must be re-run from core, even if the language was previously installed. For example:
php artisan docker-executor-php:install
In an instance of PM4, click on Admin on the top menu, then Script Executors on the side menu.