Skip to content

Commit 4c89b3b

Browse files
committed
Update documentation
1 parent b6089df commit 4c89b3b

3 files changed

Lines changed: 20 additions & 7 deletions

File tree

.ddev/commands/web/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Usage: install
55
## Example: "ddev install"
66

7-
drush site:install standard --account-name=admin --account-pass=admin --site-name="Drupal 10" -y
7+
drush site:install standard --account-name=admin --account-pass=admin --site-name="Drupal 11 Development" -y
88
drush theme:enable gin
99
drush en admin_toolbar admin_toolbar_tools config_inspector devel gin_toolbar
1010
drush config:set system.theme admin gin -y

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Drupal 10 Development
2-
A minimal project build for Drupal 10 module development.
1+
# Drupal 11 Development
2+
A minimal project build for Drupal 11 module development.
33

44
## Contents
55

@@ -26,7 +26,14 @@ Now you are ready to install Drupal and test modules:
2626

2727
* `ddev install`
2828

29-
This command will install Drupal 10 plus the following useful modules: `devel`, `config_inspector`, `admin_toolbar`, and `admin_toolbar_tools`. You can login with `admin / admin` at https://d10.ddev.site/user.
29+
This command will install Drupal 11 using the `standard` profile and configures the development environment with:
30+
- **Admin account**: `admin` / `admin`
31+
- **Admin theme**: Gin (with classic horizontal toolbar)
32+
- **Enabled modules**: `admin_toolbar`, `admin_toolbar_tools`, `config_inspector`, `devel`, `gin_toolbar`
33+
- **Node.js dependencies**: Installs Yarn dependencies for core development (ESLint, Prettier)
34+
- **Prettier configuration**: Sets up `.prettierrc.json` and `.prettierignore`
35+
36+
You can login with `admin` / `admin` at https://d10.ddev.site/user.
3037

3138
#### Note on NFS:
3239

@@ -38,7 +45,7 @@ If using NFS to speed up the container, see these steps.
3845

3946
### Drush
4047

41-
`drush 11` is installed by default and can be run with `ddev drush COMMAND`. You can use `ddev drush site:install` if you want to customize the install.
48+
`drush 13` is installed by default and can be run with `ddev drush COMMAND`. You can use `ddev drush site:install` if you want to customize the install.
4249

4350
### Composer
4451

@@ -134,7 +141,13 @@ This command is adapted from [ddev contrib](https://github.com/ddev/ddev-drupal-
134141

135142
**Command:** `ddev install`
136143

137-
Installs the default drupal site. This command will also install the node dependencies required for core development.
144+
Performs a complete Drupal installation with development-focused configuration:
145+
- Installs Drupal using the `standard` profile
146+
- Sets up admin account (`admin` / `admin`)
147+
- Enables and configures the Gin admin theme with horizontal toolbar
148+
- Enables essential development modules (`admin_toolbar`, `admin_toolbar_tools`, `config_inspector`, `devel`, `gin_toolbar`)
149+
- Installs Node.js dependencies (Yarn) for core development
150+
- Configures Prettier for code formatting
138151

139152
### ddev md
140153

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "palantirnet/drupal-10-development",
3-
"description": "A minimal project build for Drupal 10 module development.",
3+
"description": "A minimal project build for Drupal 11 module development.",
44
"type": "project",
55
"license": "GPL-2.0-or-later",
66
"homepage": "https://github.com/palantirnet/drupal-10-development",

0 commit comments

Comments
 (0)