Update CONTRIBUTING.md to include steps for Docksal

Created on 11 December 2024, 11 days ago

Overview

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

Proposed resolution

User interface changes

💬 Support request
Status

Active

Version

0.0

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024