mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 14:31:28 +00:00
Create readme
This commit is contained in:
parent
1d1a7d8ba9
commit
813ba7df8c
13
README.md
13
README.md
@ -3,9 +3,6 @@
|
||||
</p>
|
||||
# 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
|
||||
|
||||
The kata uses:
|
||||
@ -30,6 +27,16 @@ or
|
||||
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
|
||||
|
||||
```shell script
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
php-cli:
|
||||
container_name: php-cli
|
||||
image: customer-core-api-php-cli
|
||||
kata-cli:
|
||||
container_name: kata-cli
|
||||
image: kata-cli
|
||||
build:
|
||||
context: .docker/php
|
||||
args:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user