Ex. The project contains the company's website.
composer create-project lucacracco/project-starterkit:dev-drupal-9.x my-folder
Clone this repo to your local machine using: git clone git@...
More info: https://ddev.readthedocs.io/en/stable/ .
Run LAMP stack:
ddev start
ddev ssh
Note: You can override the config.yaml
with extra files named config.*.yaml
.
-
Download libraries with
composer
:composer install --prefer-dist
-
Install Drupal and Project
Scratch:
robo scaffold robo install standard
or from Database dump(.sql):
robo scaffold robo install:database [path of .sql dump]
When you download a new code (pull from repository an updates), will run:
-
Update composer vendor:
composer install --prefer-dist
-
Update Drupal database:
robo scaffold robo deploy
robo config:export
robo config:import
- How do I do specifically so and so?
- No problem! Just do this.