Skip to content

Commit

Permalink
[docs] add index.php to command for "simplest possible" [ci skip][ski…
Browse files Browse the repository at this point in the history
…p ci]
  • Loading branch information
kay-o committed Jul 29, 2021
1 parent b1e6a30 commit 7a963c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Things might go wrong! Besides the suggestions on this page don't forget about [
* If you have customizations (PHP overrides, nginx or Apache overrides, MySQL overrides, custom services, config.yaml changes) please back them out while troubleshooting. It's important to have the simplest possible environment while troubleshooting.
* Check your Docker disk space and memory allocation if you're using Docker Desktop on Windows or macOS.
* Restart Docker. Consider a Docker factory reset in serious cases (this will destroy any databases you've loaded). See [Docker Troubleshooting](docker_installation.md#troubleshooting) for more.
* Try the simplest possible ddev project to try to get it to work: `ddev poweroff && mkdir ~/tmp/testddev && cd ~/tmp/testddev && ddev config --project-type=php && ddev start`. Does that start up OK? If so, maybe something is wrong with the more complicated project you're trying to start.
* Try the simplest possible ddev project to try to get it to work: `ddev poweroff && mkdir ~/tmp/testddev && cd ~/tmp/testddev && ddev config --project-type=php && printf "<?php\nphpinfo();\n" > index.php && ddev start`. Does that start up OK? If so, maybe something is wrong with the more complicated project you're trying to start.

<a name="unable-listen"></a>

Expand Down

0 comments on commit 7a963c5

Please sign in to comment.