You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,9 @@
4
4
5
5
2. Install docker (https://docs.docker.com/engine/installation/) and docker compose (https://docs.docker.com/compose/install/)
6
6
7
-
3. Run in console "docker-compose up -d --build && sh run.sh".
7
+
3. Run in console "docker-compose up -d".
8
8
9
9
4. chmod +x run.sh
10
-
11
-
4. Install Drupal:
12
-
- Profile: `minimal`
13
-
- DB user, Password, database name: `drupal`
14
-
- Site information:
15
-
- name: `panels_d8`
16
-
- site email: `panels_d8@example.com`
17
-
- SITE MAINTENANCE ACCOUNT:
18
-
- user: `admin`
19
-
- pass: `admin`
20
-
- email: `panels_d8@example.com`
21
10
22
11
## Links:
23
12
Site will available on host: http://panels_d8.docker.localhost:8877 or http://localhost:2877
@@ -26,9 +15,10 @@ Phpmyadmin available on host: http://pma.panels_d8.docker.localhost:8877 or htt
26
15
27
16
Access to admin side - `admin`:`admin`
28
17
29
-
## Container access:
30
-
`$ docker-compose exec php cd cd web/ drush cr`
31
-
`$ docker-compose exec -it bash`
18
+
## Container access examples:
19
+
`$ docker-compose exec php drush cr`
20
+
`$ docker-compose exec php bash`
21
+
`$ docker-compose exec php drush en ctools -y`
32
22
33
23
## Mac Users
34
24
To fix Docker poor performance on macOS use the following workaround based on docker-sync project. The core idea is to replace a standard slow volume with a file synchronizer tool.
0 commit comments