master |
---|
The Alfresco Modeling Application is an extended version of the Activiti Modeling application (AMA), built using Alfresco Application Development Framework (ADF) components.
Run the following command to install all third-party dependencies:
npm install
Use one of the following commands to run the application:
# develop server
npm start
# Production server
npm start -- --prod
Use one of the following commands to build the application:
# develop build
npm run build
# Production build
npm run build -- --prod
npm test
First build the application as above.
Then docker build . -t alfresco/alfresco-apps:latest
to build the image
Start with below (substituting with values for your deployment):
docker run -it -e APP_CONFIG_OAUTH2_HOST="http://KEYCLOAKHOST/auth/realms/activiti" -e APP_CONFIG_OAUTH2_CLIENTID="activiti" -e APP_CONFIG_BPM_HOST="http://GATEWAYHOST" -p 8080:80 alfresco/alfresco-modeling-app:latest
If any substitutions don't work then check that the placeholders in docker-entrypoint.sh
match src/app.config.json
The application is supported in the following browsers:
Browser | Version |
---|---|
Chrome | Latest |
Safari (OS X) | 9.x |
Firefox | Latest |
Edge | 13, 14 |