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
2.[Docker-Compose](https://docs.docker.com/compose/install/) - Needed for Linux
25
+
3.[Understanding of Composer](https://getcomposer.org/doc/00-intro.md/)
26
+
27
+
21
28
## Quick Setup
22
29
1. Clone this repository and run the below command:
23
30
```
@@ -53,7 +60,9 @@ PHP Version = 7.3.11
53
60
APACHE_VERSION = 2.4.41
54
61
MYSQL_VERSION = 8.0.0
55
62
```
56
-
6. Now put your codebase inside `docroot` folder that is pointed to `/var/www/html` in the PHP container. You can also see it using docker command as shown below:
63
+
6. Now put your codebase inside `docroot` folder that is pointed to `/var/www/html` in the PHP container. You can also use [Drupal Composer Project](https://github.com/drupal-composer/drupal-project) to create a Drupal installation from scratch.
64
+
65
+
You can jump to command line prompt of PHP container using below docker command:
0 commit comments