mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
Create readme
This commit is contained in:
parent
1d1a7d8ba9
commit
813ba7df8c
13
README.md
13
README.md
@ -3,9 +3,6 @@
|
|||||||
</p>
|
</p>
|
||||||
# GildedRose Kata - PHP Version
|
# GildedRose Kata - PHP Version
|
||||||
|
|
||||||
See the [top level readme](../README.md) for general information about this exercise. This is the PHP version of the
|
|
||||||
GildedRose Kata.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The kata uses:
|
The kata uses:
|
||||||
@ -30,6 +27,16 @@ or
|
|||||||
git clone https://github.com/thang-tran-nfq/GildedRose-Refactoring-Kata.git
|
git clone https://github.com/thang-tran-nfq/GildedRose-Refactoring-Kata.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Setup docker-compose
|
||||||
|
```shell script
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Exec the docker container
|
||||||
|
```shell script
|
||||||
|
docker exec -it php-cli bash
|
||||||
|
```
|
||||||
|
|
||||||
Install all the dependencies using composer
|
Install all the dependencies using composer
|
||||||
|
|
||||||
```shell script
|
```shell script
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
php-cli:
|
kata-cli:
|
||||||
container_name: php-cli
|
container_name: kata-cli
|
||||||
image: customer-core-api-php-cli
|
image: kata-cli
|
||||||
build:
|
build:
|
||||||
context: .docker/php
|
context: .docker/php
|
||||||
args:
|
args:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user