Alfresco Process Services Admin
50K+

The Alfresco Process Services Administrator application is used for cluster configuration and monitoring. It allows you to manage the data for a Process Service process engine, or cluster of engines. Process Services Administrator also allows you to deploy apps between and across clusters.
To run Process Services Administrator on your own machine, type the following command into Docker:
docker run -p 8080:8080 alfresco/process-services-admin
The service will be available at the URL https://localhost:8080/activiti-admin after the download and startup has completed.
The default username and password are: admin/admin
There are two options for updating the properties in your own configuration.
If you want to change the default configuration, you can override the environment variables below. They correspond to the activiti-admin.properties file:
ACTIVITI_ADMIN_DATASOURCE_URLACTIVITI_ADMIN_DATASOURCE_DRIVERACTIVITI_ADMIN_DATASOURCE_USERNAMEACTIVITI_ADMIN_DATASOURCE_PASSWORDACTIVITI_ADMIN_HIBERNATE_DIALECTACTIVITI_ADMIN_REST_APP_HOSTACTIVITI_ADMIN_REST_APP_PORTACTIVITI_ADMIN_REST_APP_USERNAMEACTIVITI_ADMIN_REST_APP_PASSWORDFurther information on what each environment variable specifies is available in the Process Services documentation.
If you already have valid Process Services Administrator configuration file, you can import it instead. To do this, substitute the existing variables with:
ACTIVITI_ADMIN_EXTERNAL_PROPERTIES_FILEand then specify the URL of your properties file, for example:
environment:
ACTIVITI_ADMIN_EXTERNAL_PROPERTIES_FILE: https://your-s3-bucket.com/activiti-admin.properties
For further information, please consult our documentation.
Content type
Image
Digest
sha256:e5eb04f8f…
Size
548.1 MB
Last updated
23 days ago
docker pull alfresco/process-services-admin