Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Configuring the .kantra directory
Starting from Migration Toolkit for Applications (MTA) 7.2.0, you can perform an application analysis in the containerless mode. Before running the analysis, you must create and configure the .kantra
directory.
Prerequisites
- You installed the MTA extension version 7.2.0 or later on your system. For more information, see Installing the MTA extension for Visual Studio Code.
- You installed the MTA distribution version 7.2.0 or later. For more information, see Installing the CLI .zip file.
Procedure
Create a directory named
.kantra
in your$HOME
directory:mkdir ~/.kantra/
$ mkdir ~/.kantra/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Move all the files from the extracted MTA directory, except the
mta-cli
binary, into the~/.kantra
directory.mv !(mta-cli) ~/.kantra/
$ mv !(mta-cli) ~/.kantra/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Verification
-
Verify that you created and configured the
.kantra
directory correctly by running the application analysis. For more information, see Analyzing your projects with the MTA extension.