Available posts in docker

Java Spring CI/CD in AWS - The HalloCasa Journey

28th August 2023

A fresh start can be daunting, especially when it comes to revamping an existing Java Spring application. This was my journey with the HalloCasa real estate platform, and here's how we took it from deployment nightmares to smooth, cloud-native…

Wordpress Posts automated with AWS CDK

8th August 2021

Hi Folks! My last post was about how to make a wordpress deployment more DevOps friendly using Docker and some cool scripts. Today I want to talk about another exciting task. The customer wants new wordpress posts to be created automatically using…

Wordpress with Docker

3rd July 2021

Hi guys! For my newest customer I built a great AWS backend with AWS AppSync and many other great AWS services. But now I'm faced with the exciting task of making the AppSync or GraphQL API callable in a Wordpress frontend. I have heard a lot about…

Docker Hub release with Projen

1st February 2021

Hi Projen folks. Projen is becoming popular. I've been using it myself for about half a year now and I'm still totally hooked. Recently I even managed to build a Docker Image Release Cycle to Docker Hub with it. My Docker InfluxDB Repo now…

Alfresco meets Let's Encrypt

30th May 2020

Hi Alfrescans. During the Alfresco Hackathon in May 2020 I implemented a Docker Companion extension for the Docker Alfresco Installer to manage SSL certificates. These certificates can be used for HTTPS connections. The SSL certificates are issued…

The Alfresco Provisioner

19th May 2020

Hi Alfrescans. Have you ever installed Alfresco on an AWS Ec2 instance? Maybe even with Docker Compose? Even though Docker has made installing Alfresco easier, it is still a lot of work! First af all you have to create an Ec2 instance. To do this…

Alfresco Virtual Hack-a-thon May 2020 Summary

15th May 2020

Hi Alfhackas. The Alfresco hack-a-thon was great. What I liked most were the personal conversations with many great ex-colleagues and other Alfresco folks. In addition, I was able to learn valuable information about planned projects within Alfresco…

Alfresco Virtual Hack-a-thon May 2020

8th May 2020

Hi Alfrescans. On May 11, 2020, Alfresco will host a virtual hackathon. You can find the current project ideas here at hub.alfresco.com. With this post I want to invite you to participate. Why Participate? There can be several reasons why you should…

ACS and APS Deployment with Docker Compose

12th April 2020

Hi Alfrescans. It is time again to report about an exciting Alfresco partner project from me. For a customer here in Germany I am developing a POC which should use ACS 6.2 and APS 1.10. After a bit of persuasion, I was able to convince those involved…

Bash Script Contribution for the Alfresco Docker Installer

22nd March 2020

Hi Alfrescans, I made great experiences in my last project with the Alfresco Docker Installer. You can read more about it in my previous blog post. Now I am of course excited to add valuable new features to it. One of them is the Start Script which…

Alfresco's Amps and Jars Testing with Docker

17th March 2020

Hi Alfrescans, In this article I will describe how to use Docker to test Amps and Jars extensions for ACS. Share Customizations and Custom Content Models were developed for a customer of OBJECT, which I wanted further develop and test quickly and…