Month: May 2018
-
How to get Docker Vault going in no time
Quick Steps Walkthrough This walk through is targeted for audiences who are new to Vault, or dev ops who just need an API to develop auto deployment scripts against. A production environment should be installed and operated by a Hashicorp Vault expert. Pull and Run Pull the docker image and run it in the foreground…
-
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…