Skip to content

Commit 2bb3eb8

Browse files
#7 - Readme Updates
1 parent 88bcc0c commit 2bb3eb8

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
Docker Base Drupal 10 Container Setup
22

33
## How to setup
4-
- Build the docker image using following command ```docker compose up -d```
4+
- Build the setup using following command ```make build```
55
- 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```
77
- 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

0 commit comments

Comments
 (0)