You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,10 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
81
81
We are using [Thumbor](https://github.com/thumbor/thumbor) as a Thumbnail Microservice.
82
82
You can install it locally if you like but this is totally optional.
83
83
84
-
- At first you have to [install](http://thumbor.readthedocs.io/en/latest/installing.html) it locally.
85
-
- After installation start it via the console with `thumbor`
86
-
- Set the `thumbor.url` in `config/local.json` to `http://localhost:8888` if not defined differently. The `thumbor.key` does not necessarily have to be defined, it just makes the URL more secure.
84
+
**Install OR use docker**
85
+
86
+
- At first you have to [install](http://thumbor.readthedocs.io/en/latest/installing.html) it locally and start it in the console with `thumbor` **OR** run it with docker `docker run -p 8000:8000 apsl/thumbor`
87
+
- Set the `thumbor.url` in `config/local.json` to `http://localhost:8888` (with docker `http://localhost:8000`) if not defined differently. The `thumbor.key` does not necessarily have to be defined, it just makes the URL more secure.
87
88
88
89
> Do not forget to always start it if you choose that setup or otherwise you will not see any pictures at all.
0 commit comments