Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 029c649

Browse files
committed
docs(readme): Update informations
1 parent 663e640 commit 029c649

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,20 @@ Requirements to work with project: `git`, `docker`, `docker-compose`
3636

3737
## Useful commands
3838

39-
- Stop project (does not destroy data)
39+
- Stop project
4040
```bash
4141
$ docker-compose stop
4242
```
4343

44-
- Down project (destroys data)
44+
- Stop project with destroying all its data
4545
```bash
46-
$ docker-compose down
46+
$ docker-compose down -v
4747
```
4848

4949
- Rebuild and run docker images
5050
```bash
51-
$ docker-compose up -d --build
51+
$ docker-compose build --pull
52+
$ docker-compose up -d
5253
```
5354

5455
- Follow log output from containers
@@ -71,7 +72,15 @@ Requirements to work with project: `git`, `docker`, `docker-compose`
7172
- Running feature tests
7273

7374
```bash
74-
$ docker-compose exec api composer test-features
75+
$ docker-compose exec api composer behat
76+
```
77+
78+
- Run swoole sever locally
79+
80+
```bash
81+
$ bin/console swoole:server:run
82+
# or
83+
$ bin/console s:s:r
7584
```
7685

7786
## Informations
@@ -84,8 +93,8 @@ Docker images:
8493

8594
PHP Stack:
8695
- Symfony (v4.1.*)
87-
- Swoole Extension (v2.*)
88-
- Api Platform (v2.2.*)
96+
- Swoole Extension (v4.*)
97+
- API Platform (v2.3.*)
8998

9099
## Postman Collection
91100
Always for newest version:

0 commit comments

Comments
 (0)