Sign inSign up

alfresco/process-services-admin

By alfresco

Updated 23 days ago

Alfresco Process Services Admin

Image
1

50K+

alfresco/process-services-admin repository overview

logo

What is Alfresco Process Services Administrator

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.

Run the container

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

Configuration

There are two options for updating the properties in your own configuration.

Updating the default properties

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_URL
  • ACTIVITI_ADMIN_DATASOURCE_DRIVER
  • ACTIVITI_ADMIN_DATASOURCE_USERNAME
  • ACTIVITI_ADMIN_DATASOURCE_PASSWORD
  • ACTIVITI_ADMIN_HIBERNATE_DIALECT
  • ACTIVITI_ADMIN_REST_APP_HOST
  • ACTIVITI_ADMIN_REST_APP_PORT
  • ACTIVITI_ADMIN_REST_APP_USERNAME
  • ACTIVITI_ADMIN_REST_APP_PASSWORD

Further information on what each environment variable specifies is available in the Process Services documentation.

Importing your own configuration

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_FILE

and then specify the URL of your properties file, for example:

environment:
  ACTIVITI_ADMIN_EXTERNAL_PROPERTIES_FILE: https://your-s3-bucket.com/activiti-admin.properties
 

Documentation

For further information, please consult our documentation.

Tag summary

Content type

Image

Digest

sha256:e5eb04f8f

Size

548.1 MB

Last updated

23 days ago

docker pull alfresco/process-services-admin