Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update Drupal 9 & 10 CMS Quickstarts #5733

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Another example: you could exclude memory profiling so there are fewer columns t
## Information Links

* [php.net xhprof](https://www.php.net/manual/en/book.xhprof.php)
* [Old facebook xhprof docs](http://web.archive.org/web/20110514095512/http://mirror.facebook.net/facebook/xhprof/doc.html)
* [Old facebook xhprof docs](https://web.archive.org/web/20110514095512/http://mirror.facebook.net/facebook/xhprof/doc.html)
* [rfay screencast on xhprof and blackfire.io](https://www.youtube.com/watch?v=6h2QMAtRjTA)
* [pecl.php.net docs](https://pecl.php.net/package/xhprof)
* [Upstream GitHub repository `lonngxhinH/xhprof`](https://github.com/longxinH/xhprof)
10 changes: 8 additions & 2 deletions docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,12 @@ ddev launch
ddev composer require drush/drush
ddev drush site:install --account-name=admin --account-pass=admin -y
ddev drush uli
ddev launch
```

`CTRL/CMD` + Click the one-time link in your terminal to open your site and edit your admin account details.

Use `ddev launch` for further visits to your site.

=== "Drupal 9"

```bash
Expand All @@ -129,8 +132,11 @@ ddev launch
ddev composer require drush/drush
ddev drush site:install --account-name=admin --account-pass=admin -y
ddev drush uli
ddev launch
```

`CTRL/CMD` + Click the one-time link in your terminal to open your site and edit your admin account details.

Use `ddev launch` for further visits to your site.

=== "Drupal 6/7"

Expand Down