Skip to content

Commit e073bf5

Browse files
author
Kalle Vuorjoki
committed
Update docs
1 parent 3d9e266 commit e073bf5

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.ddev/docker-compose.selenium-chrome.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#ddev-generated
21
# Remove the line above if you don't want this file to be overwritten when you run
32
# ddev get ddev/ddev-selenium-standalone-chrome
43
#

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Listen for XDebug",
6+
"type": "php",
7+
"request": "launch",
8+
"hostname": "0.0.0.0",
9+
"port": 9003,
10+
"pathMappings": {
11+
"/var/www/html": "${workspaceRoot}"
12+
}
13+
}
14+
]
15+
}

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# DDev PHPUnit Demo
1+
# DDEV PHPUnit Demo
22

33
## What is inside of this fork
44

55
- Drupal 10.2 support
6-
- joachim-n/drupal-project-contrib-development for easier contrib development
6+
- ARM-architechture support Selenium-Chrome image.
7+
- [joachim-n/drupal-project-contrib-development](https://github.com/joachim-n/drupal-core-development-project) for easier contrib development
78
- Simpler setup
89
- VSCode support
910

1011
## How to use
1112

13+
- Install [DDEV](https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/)
1214
- `ddev start`
1315
- Replace `MODULE_NAME` on following with name of your contrib module.
1416
- `ddev composer require drupal/MODULE_NAME`

0 commit comments

Comments
 (0)