- Issue created by @nx2611
- Merge request !463Issue #3493085: Update CONTRIBUTING.md to include steps for Docksal installation → (Open) created by nx2611
Here is my suggested steps for installing the module using docksal.
If you are using the default docksal settings, you may want to add the following in docksal.env
CLI_IMAGE='docksal/cli:php8.3-3.8'
Then for the steps, replace the current steps 1 to 5:
1. Drupal 11 (preferably a clone for Git archeology: git clone https://git.drupalcode.org/project/drupal.git — 10.3 will work too).
2. Run composer install
3. Run fin drush si standard. Use the following settings
'database' => 'default',
'username' => 'user',
'password' => 'user',
'host' => 'db',
'port' => '3306',
4. Run mkdir modules/contrib
5. Run cd modules/contrib
6. Run git clone git@git.drupal.org:project/experience_builder.git
7. Finally run fin drush pm:install experience_builder
The rest is the same for steps 6 and onwards
Active
0.0
Documentation