Skip to content

Commit 79e47fe

Browse files
authored
Merge pull request jsdrupal#7 from jsdrupal/dawehner-patch-1
Update the patch/readme
2 parents 4cf50a6 + a51c34b commit 79e47fe

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ composer create-project jsdrupal/drupal-admin-ui-demo -s dev --prefer-dist
1515

1616
# Usage
1717
```sh
18-
composer run dev-site
18+
cd drupal-admin-ui-demo/docroot
19+
php core/scripts/drupal install
20+
../bin/drush en -y jsonapi admin_ui_support
21+
php core/scripts/drupal server
1922
```
2023

21-
Visit the url displayed in the message on the command line. For example:
22-
http://localhost:62665/vfancy
24+
Drupal will be opened up in your default browser.
25+
To access the new interface go to ```http://localhost:51569/vfancy```.
26+
27+
Example URLs to visit:
28+
* ```/admin/people/permissions```
2329

24-
To stop the webserver quit the process.
2530

2631
# Updating
2732
```sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"enable-patching": true,
7373
"patches": {
7474
"drupal/core": {
75-
"Provide a single command to install & run Drupal": "https://www.drupal.org/files/issues/2018-03-22/2911319-142-no-composer.patch",
75+
"Provide a single command to install & run Drupal": "https://www.drupal.org/files/issues/2018-03-24/2911319-171.patch",
7676
"Provide a script to install a Drupal testsite": "https://www.drupal.org/files/issues/2926633-115.patch"
7777
}
7878
}

0 commit comments

Comments
 (0)