1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Add installation howto

This commit is contained in:
DarthSim 2017-06-27 11:36:24 +03:00
parent 52122468e2
commit e267c0f4ec

View File

@ -4,6 +4,21 @@ Tiny, fast and secure server for processing remote images.
Full README is on the way.
### How to install
1. Install [vips](https://github.com/jcupitt/libvips). On macOS you can do:
```
$ brew tap homebrew/science
$ brew install vips
```
2. Install imgproxy itself
```
$ go get github.com/DarthSim/imgproxy
```
### How to configure
Imgproxy is 12factor-ready and can be configured with env variables: