Installation

NOTE Do not install App Workbench on the HPE Ezmeral Runtime Enterprise Controller host.

To install App Workbench:

  1. Download the hpecp-workbench-5.1.tgz file.
  2. Execute the following commands:

    $ sudo tar xf hpecp-workbench-5.1.tgz
            $ ls
  3. Load the Docker image by executing the following command:

    $ docker load -i hpecp-workbench-img-5.1.tgz
  4. Copy the bdwb file to any directory in your PATH. For example:

    $ sudo cp bdwb /usr/local/bin/
  5. Make bdwb executable by executing the following command:

    $ sudo chmod +x /usr/local/bin/bdwb

This process will appear similar to the following:

                        [root@prod21 AWB5.1]# curl -JOL http://10.0.1.107:8001/hpecp-workbench-5.1.tgz
                          % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                                         Dload  Upload   Total   Spent    Left  Speed
                        100  241M  100  241M    0     0   536M      0 --:--:--:--:--:--:--:--:--  538M
                        [root@prod21 AWB5.1]# tar xf hpecp-workbench-5.1.tgz
                        [root@prod21 AWB5.1]# ls
                        bdwb  hpecp-workbench-5.1.tgz  hpecp-workbench-img-5.1.tgz
                        [root@prod21 AWB5.1]# docker load -i hpecp-workbench-img-5.1.tgz
                        e2f033e3824d: Loading layer [===================================================>] 23.64MB/23.64MB
                        ccbbd4cb477b: Loading layer [===================================================>] 23.64MB/23.64MB
                        9fe4f417cc70: Loading layer [===================================================>] 23.64MB/23.64MB
                        f069e0dd89b9: Loading layer [===================================================>] 23.64MB/23.64MB
                        Loaded image: hpecp/workbench:5.1

                        [root@prod21 AWB5.1]#