Skip to content

Latest commit

 

History

History
 
 

imgops

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ImgOps for the Grid

Local version of the imgops service

Requirements

  • GD
    • Linux: sudo apt-get install libgd-dev
    • Mac: brew install gd
  • Nginx with with image filter module
    • Linux: sudo apt-get install nginx nginx-extras
    • Mac: brew tap denji/nginx && brew install nginx-full --with-image-filter

Running

Imgops runs in a Docker container. It can be run using the command:

docker-compose up -d imgops

Is it running

curl -I http://localhost:9008/_

Deploy

To see any changes that you make within the configuration propagate to PROD / TEST you will need to update the Cloudformation script that spins up these instances. This is for local testing only.