doc: compilance
This commit is contained in:
parent
1e7fe9aafe
commit
b547cdccfc
10
README.md
10
README.md
|
@ -4,5 +4,15 @@ you can run the `copy.sh` script to do it automatically
|
||||||
|
|
||||||
make sure you set the `DB_PASS` in `.env` to the same as you set in `docker-compose.yml`
|
make sure you set the `DB_PASS` in `.env` to the same as you set in `docker-compose.yml`
|
||||||
|
|
||||||
|
## compilance
|
||||||
|
as per the [original document](./original_doc.docx), the following is implemented:
|
||||||
|
|
||||||
|
- API for listing params
|
||||||
|
- listing params
|
||||||
|
- - adding one or two images to a param, deleting an image, replacing the image
|
||||||
|
- images:
|
||||||
|
- - original file name is saved
|
||||||
|
- - everything is stored in one directory, files with the same original name do not conflict
|
||||||
|
|
||||||
## running yii commands inside docker
|
## running yii commands inside docker
|
||||||
`./sh php yii migrate/up`
|
`./sh php yii migrate/up`
|
Binary file not shown.
Loading…
Reference in New Issue