install Docker, clone this repository and...
wakeup docker container
bin/wakeupinto docker container
bin/consolebuild
makebuild && test
make test
run container
# without build
$ docker-compose up -d
# with (force) build
$ docker-compose up -d --buildenter into container
$ docker-compose exec main bashbuild
$ docker-compose exec main maketest
$ docker-compose exec main make testclean up build assets
$ docker-compose exec main make cleanbuild
$ maketest
$ make testclean 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