Install Docker script executors
Bitnami package for ProcessMaker Community 4.x and newer
To execute custom scripts in your Bitnami package for ProcessMaker Community process designer, you must install Docker script executors.
To install Docker script executors on Bitnami package for ProcessMaker Community 4.x and newer versions, follow these steps:
-
Log in to the application as an administrator.
-
Nativate to “Admin -> Script Executors” and click on the “+ Script Executor” button.
-
Fill in the form by entering a script executor identifier, selecting the programming language and adding a description. Afterwards, click on “Save and build”.
-
Wait for the “Build Command Output” box to complete, and finally click the “Close” button.
Now, you can use the script executor you created in the Bitnami package for ProcessMaker Community process designer tool and its script executor.
Install script executors via command-line
It is also possible to install the script executors via command line. Follow these steps:
-
Log in to the server console. Learn how to connect to the server through SSH.
-
Install Docker script executors for Bitnami package for ProcessMaker Community:
-
Install the Javascript script executor:
$ cd /opt/bitnami/processmaker $ sudo php artisan docker-executor-node:install
-
Install the Lua script executor:
$ cd /opt/bitnami/processmaker $ sudo php artisan docker-executor-php:install
-
Install the PHP script executor:
$ cd /opt/bitnami/processmaker $ sudo php artisan docker-executor-php:install
-
Bitnami package for ProcessMaker Community 3.x
Bitnami package for ProcessMaker Community 3.x did not support Docker script executors.