Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Before installing MettleCI Workbench you will need to perform a pre-installation Java update to make sure you Java environment is compatible with MettleCI.

Installation

  1. Download the latest MettleCI Command Shell distribution package from http://software.mettleci.io/. Note that Data Migrators provide a single multi-platform distribution package which supports both Unix and Windows.

  2. Unzip and configure your downloaded package like this:

$> cd /opt/dm/mci/
$> sudo mkdir cli
$> cd cli
$> sudo unzip ~/command-shell-1.1-49-dist.zip
$> sudo -R chown mciworkb:dstage *
$> sudo chmod 777 mettleci
$> sudo ./mettleci
MettleCI Command Line
(C)2019 Data Migrators Pty Ltd  
Enter [namespace] [command] [options]
or 'help' for more information, 'exit' or 'quit' to leave.  
Unable to load license file
$>
  1. If you don’t have one already, request a trial license for MettleCI from the link on the same site. This will be delivered to you via email as a file attachment. Save the file to the same directory into which you unzipped your MettleCI Command Shell distribution package.

  2. Edit the contents of the C:\MettleCI\cli\config.properties text file to reference your supplied license file:

config.properties
license.file=workbench-license.txt

  • No labels