Skip to content

Commit 057fba4

Browse files
authored
[docs] Requirements: reduce tab width, eliminate redundancy (ddev#4740) [skip ci]
1 parent c5cb7bf commit 057fba4

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

docs/content/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ These environments can be extended, version controlled, and shared, so you can t
1414
=== "macOS"
1515

1616
### macOS
17-
17+
1818
Runs natively on ARM64 (Apple Silicon) and AMD64 machines.
1919

20+
* macOS Big Sur (11) or higher, [mostly](./users/usage/faq.md#can-i-run-ddev-on-an-older-mac)
2021
* RAM: 8GB
2122
* Storage: 256GB
2223
* [Colima](https://github.com/abiosoft/colima) or [Docker Desktop](https://www.docker.com/products/docker-desktop/)
23-
* Colima and Docker Desktop both require macOS Big Sur (11) or higher.
24-
* On macOS with either Colima or Docker Desktop most users will want to enable Mutagen for best performance, `ddev config global --mutagen-enabled`
2524

2625
=== "Windows WSL2"
2726

@@ -50,7 +49,7 @@ These environments can be extended, version controlled, and shared, so you can t
5049
* RAM: 8GB
5150
* Storage: 256GB
5251

53-
=== "Gitpod and GitHub Codespaces"
52+
=== "Gitpod & Codespaces"
5453

5554
### Gitpod and GitHub Codespaces
5655

docs/content/users/usage/faq.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ DDEV works nearly anywhere Docker will run, including macOS, Windows 10/11 Pro/E
1717
* It’s focused directly on running containers.
1818
* It’s fast and stable.
1919

20+
### Can I run DDEV on an older Mac?
21+
22+
Probably! You’ll need to install an older, unsupported version of Docker Desktop—but you can likely use it to run the latest DDEV version.
23+
24+
Check out [this Stack Overflow answer](https://stackoverflow.com/a/69964995/897279) for a walk through the process.
25+
2026
### Do I need to install PHP, Composer, nginx, or Node.js/npm on my workstation?
2127

2228
No. These tools live inside DDEV’s Docker containers, so you only need to [install Docker](../install/docker-installation.md) and [install DDEV](../install/ddev-installation.md). This is especially handy for Windows users where there’s more friction getting these things installed.
@@ -37,7 +43,7 @@ The [`ddev describe`](../usage/commands.md#describe) command includes database c
3743
│ │ │ │ or 'root/root' │
3844
```
3945

40-
Inside your project container, where the app itself is running, the database hostname is `db`
46+
Inside your project container, where the app itself is running, the database hostname is `db`
4147
(**not** `127.0.0.1`) and the port is the default for your database engine—`3306` for MySQL/MariaDB, `5432` for PostgreSQL.
4248

4349
Outside your project’s web container, for example a database GUI on your workstation, the hostname is `localhost` and the port is unique to that project. In the example above, it’s `63161`.
@@ -211,7 +217,7 @@ DDEV doesn’t have control over your computer’s name resolution, so it doesn
211217

212218
### How can I configure a project with the defaults without hitting <kbd>RETURN</kbd> a bunch of times?
213219

214-
Use `ddev config --auto` to set the docroot and project type based on the discovered code.
220+
Use `ddev config --auto` to set the docroot and project type based on the discovered code.
215221
If anything in `.ddev/config.yaml` is wrong, you can edit that directly or use [`ddev config`](../usage/commands.md#config) commands to update settings.
216222

217223
## Getting Involved

0 commit comments

Comments
 (0)