We need to consider a path for installing Workato assets into an OS dependent system location based on best practices.
e.g. MacOS: /usr/local/workato, /usr/local/share/workato, etc.
For MacOS /usr/local/ files are owned by root, requiring sudo for install. Binaries are symlinked from their installed location to /usr/local/bin.
We are not installing a native app, instead we are installing a go binary for which there may not be an accepted (Go specific) practice.
We need to consider a path for installing Workato assets into an OS dependent system location based on best practices.
e.g. MacOS: /usr/local/workato, /usr/local/share/workato, etc.
For MacOS /usr/local/ files are owned by root, requiring sudo for install. Binaries are symlinked from their installed location to /usr/local/bin.
We are not installing a native app, instead we are installing a go binary for which there may not be an accepted (Go specific) practice.