install Docker, clone this repository and...
wakeup docker container
bin/wakeup
into docker container
bin/console
build
make
build && test
make test
run container
# without build
$ docker-compose up -d
# with (force) build
$ docker-compose up -d --build
enter into container
$ docker-compose exec main bash
build
$ docker-compose exec main make
test
$ docker-compose exec main make test
clean up build assets
$ docker-compose exec main make clean
build
$ make
test
$ make test
clean up build assets
$ make clean
- ステップ1
- ステップ2
- ステップ3
- ステップ4
- ステップ5
- ステップ6
- ステップ7
- ステップ8
- ステップ9
- ステップ10
- ステップ11
- ステップ12
- ステップ13
- ステップ14
- ステップ15
- ステップ16
- ステップ17
- ステップ18
- ステップ19
- ステップ20
- ステップ21
- ステップ22
- ステップ23
- ステップ24
- ステップ25
- ステップ26
- ステップ27