Central asset server with dynamic image resize capability. A custom-built NGINX server.
- PCRE Library
- LibGD
# Linux
$ sudo yum install pcre-devel.x86_64
$ sudo yum install gd-devel.x86_64
# OS X
$ brew install pcre
$ brew install gd
$ ./configure
$ make build
$ ./configure
$ make deploy