kopia lustrzana https://github.com/wagtail/docker-wagtail-develop
Update readme spacing and sh comments
rodzic
2cf23b0983
commit
33b331ddd8
15
README.md
15
README.md
|
@ -87,17 +87,20 @@ web ./manage.py runserver 0.0. ... Up 0.0.0.0:8000->8000/tcp
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build the backend Docker image
|
### Build the backend Docker image
|
||||||
```
|
|
||||||
|
```sh
|
||||||
make build
|
make build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Bring the backend Docker container up
|
### Bring the backend Docker container up
|
||||||
```
|
|
||||||
|
```sh
|
||||||
make up
|
make up
|
||||||
```
|
```
|
||||||
|
|
||||||
### Stop the backend Docker container
|
### Stop the backend Docker container
|
||||||
```
|
|
||||||
|
```sh
|
||||||
make down
|
make down
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -109,7 +112,7 @@ make test
|
||||||
|
|
||||||
### Run tests for a specific file
|
### Run tests for a specific file
|
||||||
|
|
||||||
```
|
```sh
|
||||||
make test file=wagtail.admin.tests.test_name.py
|
make test file=wagtail.admin.tests.test_name.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -145,13 +148,13 @@ make ssh-fe
|
||||||
|
|
||||||
### Make migrations to the wagtail bakery site
|
### Make migrations to the wagtail bakery site
|
||||||
|
|
||||||
```
|
```sh
|
||||||
make migrations
|
make migrations
|
||||||
```
|
```
|
||||||
|
|
||||||
### Migrate the wagtail bakery site
|
### Migrate the wagtail bakery site
|
||||||
|
|
||||||
```
|
```sh
|
||||||
make migrate
|
make migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue