Local version of the imgops service
- GD
- Linux:
sudo apt-get install libgd-dev
- Mac:
brew install gd
- Linux:
- 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
- Linux:
Imgops runs in a Docker container. It can be run using the command:
docker-compose up -d imgops
curl -I http://localhost:9008/_
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.