Steps:
-
Start PostgreSQL from docker
$ docker run -d --rm -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=syndesis postgres
-
Start Syndesis backend (I run io.syndesis.runtime.Application from IDE), with JVM options:
-Dendpoints.test_support.enabled=true -Ddeployment.load-demo-data=false -Dencrypt.key=hello
-
Start tinyproxy from a directory that has
tinyproxy.conf
(below)