Skip to content

Commit

Permalink
Merge pull request #104 from craftcms/docs-rip-iis
Browse files Browse the repository at this point in the history
5.x Installation, IIS
  • Loading branch information
timkelty authored Aug 27, 2024
2 parents c1326e3 + e39614f commit 642e66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ The best way to spin up your first project is with [DDEV](https://ddev.com/), a
```
3. Configure a new DDEV [project](https://ddev.readthedocs.io/en/latest/users/quickstart/#craft-cms), and install Craft:
```bash
ddev config --project-type=craftcms --docroot=web --create-docroot --php-version=8.2
ddev config --project-type=craftcms --docroot=web
# Use this package as a starting point:
ddev composer create -y --no-scripts craftcms/craft=^5.0.0
ddev composer create -y --no-scripts craftcms/craft
# Run the Craft CMS installer (use all defaults):
ddev craft install
Expand Down
27 changes: 0 additions & 27 deletions web/web.config

This file was deleted.

0 comments on commit 642e66e

Please sign in to comment.