Not so long ago I wrote a series of posts about Flowable: Getting started with Flowable How To: Build Flowable How To: Flowable and LDAP Flowable's REST API - Part 1 Flowable's REST API - Part 2 Flowable's REST API - Part 3 There are quite a few open source…
Docker
How To: Flowable and LDAP
In a previous post I wrote about how to build Flowable ('build from source') and then create a Docker image. In this post, we'll configure Flowable to use OpenLDAP. OpenLDAP Getting Started The easiest way to get started with OpenLDAP is to use a Docker image, for example: docker pull…
How To: Build Flowable
In a previous post I wrote about getting started with Flowable. In this post, we'll build Flowable ('build from source') and then create a Docker image. Prerequisites Homebrew Java 8 Install Git, Ant, Maven and Asciidoctor Install Git Its always a good idea to check for updates: brew update To…
Getting started with Flowable
I'm working on a proof-of-concept that needs to provide runtime support for the execution of business processes. Luckily for me there are quite a few open source workflow engines to choose from. I thought I'd start by taking a look at Flowable. Getting Started The easiest way to get started…
Setting up Docker Swarm Mode on my Raspberry Pi 3 PicoCluster
In a previous post, I wrote about setting up my Raspberry Pi 3 PicoCluster. In this post, I'll walk you through the steps I followed when setting up Docker Swarm Mode on my Raspberry Pi 3 PicoCluster. Install Docker We can download the latest .deb package (for the RPi 3's…
Synology DiskStation DS216+II
I have been thinking about it for a while and I finally got around to purchasing a Synology DiskStation DS216+II: I also found this great post by Andrivy Fedorov that walks you step by step through the process of upgrading the NAS's memory from 1GB to 8GB: The extra…