이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 - .kantrain your- $HOMEdirectory:- 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-clibinary, into the- ~/.kantradirectory.- 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 .kantradirectory correctly by running the application analysis. For more information, see Analyzing your projects with the MTA extension.