File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 1
1
Docker Base Drupal 10 Container Setup
2
2
3
3
## How to setup
4
- - Build the docker image using following command ``` docker compose up -d ```
4
+ - Build the setup using following command ``` make build ```
5
5
- Execute the Drupal container ``` docker exec -it drupal-fpm sh ```
6
- - Inside the Drupal container run composer command to install Drupal ``` composer install ```
6
+ - Inside the Drupal container run composer command to install Drupal ``` make build-drupal ```
7
7
- Visit the localhost your local vhost domain example ``` http://www.your_domain ```
8
- - Run the installation script: Visit your site in a web browser. You should be redirected to the installer page at /core/install.php
9
- - Refer: https://www.drupal.org/docs/user_guide/en/install-run.html
10
-
11
- Drupal Setup:
12
- - Step 1: Select Language
13
- ![ image] ( https://github.com/rishabjasrotia/d10docker/assets/33950743/f4c53116-42c5-48c3-94c1-158374972a5f )
14
- - Step 2: Select Site Profile
15
- ![ image] ( https://github.com/rishabjasrotia/d10docker/assets/33950743/aab1af97-c0ee-4395-bc59-b140cbb09fe7 )
16
- - Step 3: Setup Database
17
- ![ image] ( https://github.com/rishabjasrotia/d10docker/assets/33950743/2289998d-d742-4a88-8bf9-64ef3203543e )
18
- - Step 4: Drupal Installation Begins
19
- ![ image] ( https://github.com/rishabjasrotia/d10docker/assets/33950743/d8c0a8a5-6bc0-4f9a-a997-fd5573781b2e )
20
-
21
-
8
+ - Done now you should be able to ready to use your Drupal Local Setup.
9
+ - Refer: https://www.drupal.org/docs/user_guide/en/install-run.html
You can’t perform that action at this time.
0 commit comments