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
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,21 +26,25 @@ Note: *For this script you need to have [curl](https://curl.haxx.se/) installed.
26
26
Start the default docker VM ``docker-machine start default``.
27
27
<br>
28
28
29
-
Launch a Docker Toolbox terminal by typing ``eval "$(docker-machine env default)"``.
29
+
Launch a Docker Toolbox terminal ``eval "$(docker-machine env default)"``.
30
30
<br><br>
31
31
32
32
#### 4. start the web, db and php container
33
33
``./scripts/run.sh``
34
-
34
+
<br>
35
35
Note: *At the beginning an info will be printed containing the ip where you can access your wordpress installation. E.g.*
36
-
36
+
<br><br>
37
37
```
38
38
-> starting wordpress web container on: 192.168.99.100:9999
39
39
```
40
+
<br><br>
40
41
41
-
Now follow the wordpress setup guide if you **don't want to use browser-sync**. Note: *In the terminal where you started the docker machines you can see the request sent from your browser.*
42
-
43
-
Note: *With Ctrl+C you can stop the docker container in the terminal.*
42
+
Now follow the wordpress setup guide if you **don't want to use browser-sync**.
43
+
<br>
44
+
Note: *In the terminal where you started the docker machines you can see the request sent from your browser.*
45
+
<br>
46
+
Note: *With Ctrl+C you can stop the docker container in the terminal.*
47
+
<br><br>
44
48
45
49
#### 5. if you want to use browser-sync
46
50
Open a new terminal inside your project folder and run as first ``npm install -g gulp`` and then ``npm install``. Note: *If you have access errors prepend the command with ``sudo``.*
0 commit comments