zand3rs / sandgourd

Central asset server with dynamic image resize capability. A custom-built NGINX server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sandgourd

Central asset server with dynamic image resize capability. A custom-built NGINX server.

Dependencies

  • 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

Build package

$ ./configure
$ make build

Deploy package

$ ./configure
$ make deploy

About

Central asset server with dynamic image resize capability. A custom-built NGINX server.


Languages

Language:Shell 39.2%Language:Makefile 27.5%Language:HTML 26.0%Language:M4 7.3%