Skip to content
Draft
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
6 changes: 6 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,12 @@ Once you've made this change, you can proceed to install [[= product_name =]].
ddev php bin/console ibexa:install
```

This installation asks for a password to create the `admin` account, password with the following constraints:

- 10 characters long
- at least one upper case letter
- at least one number

### 7. Open browser

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