- Golang 1.11.2
- libvips 8.6.5
- Scale with profile:
/<project>/i/<profile>/<year>/<month>/<day>/<image>
- Origin:
/<project>/r/<year>/<month>/<day>/<image>
- Install libvips before build:
./preinstall.sh
Or with Centos 7 yum install libvips-devel-8.6.5
- Install dependencies Go
dep ensure -update
make build
make test
make build
make deploy
./benchmark.sh
Or
make benchmark
- Build
docker build -t youname/resize .
docker-compose -f docker-compose-build.yml up
- Run
docker-compose up -d