Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torchbox/vagrant-thumbor-base
Vagrant box providing a thumbor service over HTTP
https://github.com/torchbox/vagrant-thumbor-base
Last synced: 13 days ago
JSON representation
Vagrant box providing a thumbor service over HTTP
- Host: GitHub
- URL: https://github.com/torchbox/vagrant-thumbor-base
- Owner: torchbox
- Archived: true
- Created: 2013-02-11T15:15:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T10:01:00.000Z (about 11 years ago)
- Last Synced: 2024-08-01T22:58:24.123Z (3 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-thumbor-base
===================A Vagrant box based on Ubuntu precise32, running [thumbor](https://github.com/globocom/thumbor)
built from the officially supported aptitude PPA.By default the box is configured to run four instances of thumbor, load balanced by nginx and a redis storage backend.
Configuration
-------------
The defaults for configuring the service should be fine in general and you can just build, but you
can customise the installation.To customise the default configuration the `etc` directory contains:
* `thumbor.conf.custom` for settings you're most likely to want to modify.
* `thumbor.port` to specify the port that the box will forward the service over (default 8888).
* `thumbor.instances` to specify the number of instances nginx will load balance (default 4).
* `thumbor.key` to specify the security key (up to 16 characters) used for signed URLs (default empty to generate a random key)The `etc` directory also contains `thumbor.conf.default` (the other conf settings for thumbor), `thumbor.default` and `thumbor.nginx`. These can be edited but in general should be left alone.
Build instructions
------------------
To generate the .box file:./build.sh
To install locally:
vagrant box add vagrant-thumbor-base vagrant-thumbor-base.box