You can install App Workbench on any on-premises EPIC host using either pip or a downloaded .tar file.
To install App Workbench using pip, execute the following commands:
$> yum install -y python-pip # If pip is not already installed.
$> pip install --upgrade pip # Ignore any python 2.6 warnings for now.
$> pip install --upgrade setuptools
$> pip install --upgrade bdworkbench
To install App Workbench using a downloaded .tar file:
- Click here to download the latest App Workbench package (link opens an external site in a new browser tab/window).
- Extract the bdworkbench-*-tar.gz file.
- Change directory into bdworkbench-*.
- Execute the command sudo python setup.py install.
Comments
0 comments
Please sign in to leave a comment.