...
Info |
---|
Before installing MettleCI Workbench you will need to perform a pre-installation Java update to make sure your Java environment is compatible with MettleCI. |
...
As
root
, create an environment variable calledDM_WORKBENCH_USER
and set it to the name of the user you want to use.
...
If your environment requires you to use a different group, do the following:
As
root
, create an environment variable calledDM_DSTAGE_GROUP
and set it to the name of the group you want to use.
Installation / Upgrade
Note |
---|
Before you perform an upgrade:
|
...
Verify your Workbench service is running:
Code Block language bash $> sudo service dm-mettleci-workbench status $> # or for AIX... $> mciworkbench.rc status
Opening the following URL in your browser:
http://[SERVER_URL]:8080
. and check the build number at the bottom of your Workbench browser screen. This should match the number in the number in the filename of the latest RPM distributable you downloaded and installed. If not, see the troubleshooting article A Workbench update doesn't appear to have installed.
Post-installation
Configure your MettleCI environment by opening the following URL in your browser:
http://[SERVER_URL]:8080
to start a wizard-based process.Follow the setup wizard to provide the various configuration information MettleCI requires.
...
You'll need to use a similar command to uninstall the Unit Test Harness too.
Downgrading Workbench
If something goes wrong and you need to downgrade your version of MettleCI Workbench, without performing an uninstall/reinstall, you can use the following command:
Code Block $> rpm -Uvh --oldpackage dm-mettleci-workbench-x.x-x.noarch.rpm
… where x.x.x is the build version of the workbench you want to downgrade to.
...