Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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.

    Extract the distribution package to the relevant directory on your host:

  2. Status
    colourGreen
    titleWindows
    C:\MettleCI\cli

  3. Status
    colourBlue
    titleunix

Code Block
languagebash
  $> 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
Code Block
license.file=workbench-license.txt

...