Skip to content

Commit 0078a46

Browse files
committed
update
1 parent d342855 commit 0078a46

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,36 @@ The browser-sync user interface is accessible via ``localhost:3002``.
6565
If you want to watch another or your own custom wordpress theme, change the settings in ``my-wp-project/gulp/config.yml`` and restart with ``gulp serve``.
6666
<br><br>
6767

68-
## manage database
68+
## Manage database
6969
You can share a database dump within your repo, so you can sync development with your team mates.
7070
#### export your database to ./data/db/dump.sql
7171
``./scripts/db-export.sh``
7272

7373
#### import data from ./data/db/dump.sql
7474
``./scripts/db-import.sh``
75+
<br><br>
7576

76-
## manage container
77+
## Manage container
7778
#### start web, db, php and browsersync container
78-
``./scripts/run.sh`` Note: *At the first line ip and port for web container access will be printed.*
79+
``./scripts/run.sh``
80+
<br>
81+
Note: *At the first line ip and port for web container access will be printed.*
7982

8083
#### login to a container
81-
``docker-compose run web bash`` Note: *Web, db, php and browsersync are available.*
84+
``docker-compose run web bash``
85+
<br>
86+
Note: *Web, db, php and browsersync are available.*
8287

8388
#### container log files
84-
``docker-compose logs web`` Note: *Web, db, php and browsersync are available.*
89+
``docker-compose logs web``
90+
<br>
91+
Note: *Web, db, php and browsersync are available.*
8592

8693
#### delete all containers
8794
Attention: your database will be removed, ensure you dumped it(see above).
95+
8896
``./scripts/clean.sh``
97+
<br><br>
8998

9099
## livereload, browsersync, sass and coffee
91100
Reloads your browser on code changes and compiles sass to css and coffee to javascript. [Read more](https://www.browsersync.io/).

0 commit comments

Comments
 (0)