mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Reorganize documentation & update Readme
This commit is contained in:
44
docs/Development.md
Normal file
44
docs/Development.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# Meritoo Common Library
|
||||
Development-related information
|
||||
|
||||
# Getting started
|
||||
|
||||
### Docker
|
||||
|
||||
Build, create and start Docker's containers by running command:
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
> [What is Docker?](https://www.docker.com/what-docker)
|
||||
|
||||
### Composer
|
||||
|
||||
Install packages by running command:
|
||||
|
||||
```bash
|
||||
docker-compose run composer install
|
||||
```
|
||||
|
||||
Update packages by running command:
|
||||
|
||||
```bash
|
||||
docker-compose run composer update
|
||||
```
|
||||
|
||||
### Tests
|
||||
|
||||
Rebuild project and run tests by running command:
|
||||
|
||||
```bash
|
||||
docker-compose exec php-cli phing
|
||||
```
|
||||
|
||||
Run tests only by running command:
|
||||
|
||||
```bash
|
||||
docker-compose exec php-cli phpunit
|
||||
```
|
||||
|
||||
[‹ Back to `Readme`](../README.md)
|
||||
Reference in New Issue
Block a user