Disclaimer: After doing some research and digging into issues with the initial setup for Docksal and BLT I have created this walkthrough about to get a Drupal project setup
- Create your project by running the following command below. If you run into any errors, such as,
Fatal error: Allowed memory size of 1610612736 bytes exhausted
then you should proceed to Overriding PHP web settings before proceeding to step 2.
fin run-cli composer create-project --no-interaction acquia/blt-project project-name
cd project-name