I'm trying to install syndesis on minishift following the official guides.
Installed minishift on ubuntu, no issues. Next I've tried
- ./syndesis minishift --install. In the end it says I have to run local dev builds for sysdesis-server syndesis-ui, etc
- ./syndesis build --app-images but got some dependency errors
- Run syndesis quickstart. All the pods are up except syndesis-server. It doesn't start due to error like UnknownHostException: syndesis-db in the migration bean
- Also tried ./syndesis minishift --install --tag 1.8.12 to install stable version but not sure if I'm doing it right cause no success Any help ?