Tag: acs
-
How to add my extensions to ACS 6 containers
Extending ACS 6 docker images After you have your ACS 6 local environment running, you’re probably thinking, this is nice, but I want to deploy my favorite amps, like JS console, Alfresco Governance Services (AGS), or even custom developed amps developed with Alfresco SDK.
-
Get that ACS 6 Community EA dev env up and running
Get ACS 6 EA on your local environment and start exploring new features, functionalities, and services.
-
Paginated Search Service to Execute Actions
Loop through a result set, and execute an action on the objects. This example uses [su_list icon=”icon: check-square-o”] Alfresco Webscript Alfresco Actions Service Alfresco Search Service [/su_list]
-
Copy Alfresco’s Audit to Elastic Search: ACS -> ES
Audit Replication of Alfresco Content Services (ACS) to Elastic Search using Spring Boot and Apache Camel. This project uses a Pull/Push integration model, where the ACS audit stream is pulled from the Rest API, and pushed over to Elastic Search. Once audit data is in Elastic Search, the Kibana UI can plug in to generate…
-
Alfresco ADF 2.3 the TL;DR version.
Install NPM https://www.npmjs.com/get-npm Start Alfresco Content Services, and Alfresco Process Services. Locally via SDK with default user/pass (admin:admin) #Fill in prompt to generate your project mvn archetype:generate -Dfilter=org.alfresco.maven.archetype: #After Project Generation, navigate into the project folder. chmod 755 run.sh ./run.sh Clone ADF project from github: git clone https://github.com/Alfresco/alfresco-ng2-components Navigate into the project’s demo-shell sub folder: cd alfresco-ng2-components/demo-shell…