File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,18 @@ composer create-project jsdrupal/drupal-admin-ui-demo -s dev --prefer-dist
15
15
16
16
# Usage
17
17
``` 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
19
22
```
20
23
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 ```
23
29
24
- To stop the webserver quit the process.
25
30
26
31
# Updating
27
32
``` sh
Original file line number Diff line number Diff line change 72
72
"enable-patching" : true ,
73
73
"patches" : {
74
74
"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" ,
76
76
"Provide a script to install a Drupal testsite" : " https://www.drupal.org/files/issues/2926633-115.patch"
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments