Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/getting_started/install_with_ddev.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
ddev php bin/console ibexa:install
```

The installer will prompt you for a new password for the `admin` user.

Check warning on line 164 in docs/getting_started/install_with_ddev.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/getting_started/install_with_ddev.md#L164

[Ibexa.FutureTense] Use present tense instead of future.
Raw output
{"message": "[Ibexa.FutureTense] Use present tense instead of future.", "location": {"path": "docs/getting_started/install_with_ddev.md", "range": {"start": {"line": 164, "column": 15}}}, "severity": "WARNING"}
The password must meet the following rules:

- a minimum length of 10 characters
- at least one upper case letter
- at least one number

You may use the `--no-interaction` option to skip the password question and keep the default `publish`.

### 7. Open browser

Once the above steps are completed, open the [[= product_name =]]'s webpage by running the `ddev launch` command.
Expand Down