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.

  2. Unzip and configure your downloaded package like this:

    Code Block

...

languagebash
  1. $> 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
    $>
  2. 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.

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

config.properties

...