h2. Steps to install apb cli see [~endaphelan] blog for setting up the service broker on minishift https://medium.com/@endaphelan/how-to-enable-openshift-service-catalog-components-in-minishift-32dc47105969
configure shell to use minishift docker daemon {code:java} eval $(minishift docker-env) {code}
run this [script|https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/scripts/setup-network.sh] to use minishift You must configure your host networking to allow traffic between your container and the minishift vm .
{code:bash} sudo ./setup-network.sh {code}
use docker to install
{code:bash}
docker pull docker.io/ansibleplaybookbundle/apb-tools
{code}
Create the following directory /opt/apb Add the following [file|https://raw.githubusercontent.com/ansibleplaybookbundle/ansible-playbook-bundle/master/scripts/apb-docker-run.sh] to the directory Make the file executable and symlink it to /usr/local/bin {code:bash} chmod 775 apb-docker-run.sh sudo ln -s /opt/apb/apb-docker-run.sh /usr/local/bin/apb {code}
Test the installation with
{code:bash} apb --help {code}
|
|