Install Drupal,Lando, MongoDB Atlas, and the things you need to start working on AI locally.
Local Environment | Lando |
PHP | 8.3 |
Core Distribution | Drupal (10) |
- Clone this repository.
- Run
lando start
to start the Lando environment. - Run
lando atlas atlas auth login
to authenticate with MongoDB Atlas. - Run
lando atlas deployments setup
to create a new deployment locally of atlas. - Run
composer install --ignore-platform-reqs
to install everything even without mongodb installed on your local machine.