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:
parent
52122468e2
commit
e267c0f4ec
15
README.md
15
README.md
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user