Skip to content

Commit a8ecc3b

Browse files
committed
update
1 parent 3d72356 commit a8ecc3b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,25 @@ Note: *For this script you need to have [curl](https://curl.haxx.se/) installed.
2626
Start the default docker VM ``docker-machine start default``.
2727
<br>
2828

29-
Launch a Docker Toolbox terminal by typing ``eval "$(docker-machine env default)"``.
29+
Launch a Docker Toolbox terminal ``eval "$(docker-machine env default)"``.
3030
<br><br>
3131

3232
#### 4. start the web, db and php container
3333
``./scripts/run.sh``
34-
34+
<br>
3535
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>
3737
```
3838
-> starting wordpress web container on: 192.168.99.100:9999
3939
```
40+
<br><br>
4041

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>
4448

4549
#### 5. if you want to use browser-sync
4650
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

Comments
 (0)