We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb99ab6 commit bf48c13Copy full SHA for bf48c13
README.md
@@ -16,8 +16,14 @@
16
# copy & paste and fill variables
17
cp .env.dist .env
18
19
- # run docker project.
+ # run docker project
20
make d.up
21
+
22
+ # install wordpress dependencies
23
+ make composer.install
24
25
+ # install wordpress
26
+ make wp.install
27
```
28
2. Visit site [wp-docker-boilerplate.local](http://wp-docker-boilerplate.local)
29
0 commit comments