You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command sets the project type to PHP, the PHP version to 8.1, the document root to `public` directory, and creates the document root.
@@ -92,7 +92,7 @@ Now, configure the database connection for your [[= product_name =]] project. De
92
92
If you're using macOS or Windows, you might want to enable [Mutagen](https://ddev.readthedocs.io/en/latest/users/install/performance/#mutagen) to improve performance. You can do this by running the following command:
93
93
94
94
```bash
95
-
ddev config --mutagen-enabled
95
+
ddev config --performance-mode=mutagen
96
96
```
97
97
98
98
See [DDEV performance documentation](https://ddev.readthedocs.io/en/latest/users/install/performance/) for more.
@@ -103,7 +103,7 @@ By default, DDEV uses ports 80 and 443.
103
103
You can [set different ports](https://ddev.readthedocs.io/en/latest/users/usage/troubleshooting/#method-2-fix-port-conflicts-by-configuring-your-project-to-use-different-ports) with a command like the following:
@@ -401,7 +401,6 @@ Some DDEV configs can be shared among developers. For example, a common `.ddev/c
401
401
Compared to running a clean install like described in [Installation steps](#installation), you can proceed as follows:
402
402
403
403
- In [1. Create a DDEV project directory](#1-create-a-ddev-project-directory), you can use an existing directory that contains an [[= product_name =]] project instead of creating an empty directory.
404
-
- In [2. Configure DDEV / Configure PHP version and document root](#configure-php-version-and-document-root), don't create the Document root, remove the `--create-docroot` option.
405
404
- In [5. Create [[= product_name =]] project](#5-create-project), use only `ddev composer install` instead of `ddev composer create`.
406
405
- Populate the database with [Ibexa data migration](importing_data.md) or [`ddev import-db`](https://ddev.readthedocs.io/en/latest/users/usage/commands/#import-db).
0 commit comments