2018-01-26 16:23:21 +01:00
|
|
|
# camera-picture-slide
|
2018-01-15 20:50:40 +01:00
|
|
|
|
2018-01-26 16:32:10 +01:00
|
|
|
[/statusIcon.svg)](https://teamcity.ragnarok.yvan.hu/viewType.html?buildTypeId=CameraPictureSlide_Build)
|
2018-01-26 16:23:21 +01:00
|
|
|
|
2018-01-26 16:32:10 +01:00
|
|
|
* Show camera uploaded images from a configured folder
|
2018-01-26 16:23:21 +01:00
|
|
|
|
|
|
|
|
## Installation
|
2018-01-15 20:50:40 +01:00
|
|
|
|
|
|
|
|
```bash
|
2018-01-26 16:32:10 +01:00
|
|
|
$ composer install --no-dev --optimize-autoloader
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# install packages including dev
|
2018-01-15 20:50:40 +01:00
|
|
|
$ composer install
|
2018-01-26 16:32:10 +01:00
|
|
|
|
|
|
|
|
# start builtin server
|
|
|
|
|
$ composer serve
|
|
|
|
|
|
|
|
|
|
# test coding style
|
|
|
|
|
$ composer cs-check
|
|
|
|
|
|
|
|
|
|
# run tests, report generated under `test/coverage`
|
|
|
|
|
$ composer test-coverage-html
|
2018-01-15 20:50:40 +01:00
|
|
|
```
|