Product SiteDocumentation Site

1.2.2. Initializing the Clone

To clone the repository, execute the following command from your target workspace:
git clone YourCloneURL
After performing the cloning operation, you should end up with a new directory in your workspace, mantisbt/, containing the MantisBT repository with a remote named origin pointing to your Clone URL.
MantisBT uses Composer to pull libraries and components from Packagist and Github. Install Composer and run the following command:
composer install

Warning

Failure to execute the submodule initialization commands will result in critical components being missing from /vendor folder, which will then cause errors when running MantisBT.