Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions alfresco-connector-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,20 @@
Axon Ivy’s [Alfresco Content Services](https://www.alfresco.com/de/ecm-software) connector helps you to accelerate process automation initiatives by accessing content wherever and however you work. Alfresco Content Services includes full-featured enterprise content management system (ECM) capabilities. This connector:

- Is based on REST webservice technologies.
- Provides access to the core features of Alfresco Content Services. e.g. create folders and to post documents.
- Supports you with an easy-to-copy demo implementation to reduce your integration effort.
- Enables low code citizen developers to integrate existing 3rd party systems.

- Provides access to the core features of Alfresco Content Services. e.g. create folders and to store documents.
- Supports you with a demo implementation to reduce your integration effort.

## Demo

Shows how to create folders and post documents.
Shows how to create folders and store documents.

![demo-dialog](images/alfrescoConnectorDemo.png)
![demo-connector](images/alfrescoDemoProcess.png)


## Setup

The connector is preconfigured for the Community Edition for Docker running on localhost port 8080. See: https://www.alfresco.com/de/thank-you/thank-you-downloading-alfresco-community-edition
You may adjust the alfresco Rest client to access your alfresco installation.
The connector is preconfigured for the Community Edition for Docker running on localhost port 8080. See: https://docs.alfresco.com/content-services/community/install/containers/docker-compose/
You may adjust the Alfresco Rest client to access your Alfresco installation.

![rest-client-config](images/alfrescoRESTClient_Config.png)
Loading