Skip to content

geraldino2/thumborizeme

 
 

Repository files navigation

Thumborizeme

Thumborize is an application that shows the benefits of using the Thumbor.

Configuration

To use redis some environments variables must be configured

Single Node
REDIS_HOST = "localhost"
REDIS_DB = 0
REDIS_PORT = 6379
REDIS_PASSWORD = None
REDIS_MODE = "single_node"
Sentinel
REDIS_SENTINEL_MASTER_INSTANCE = "redismaster"
REDIS_SENTINEL_MASTER_DB = 0
REDIS_SENTINEL_MASTER_PASSWORD = "dummy"
REDIS_SENTINEL_INSTANCES = "localhost:26379,localhost:26380"
REDIS_SENTINEL_PASSWORD = "dummy"
REDIS_SENTINEL_SOCKET_TIMEOUT = 1.0
REDIS_MODE = "sentinel"

Update Thumborize

ansible-playbook /opt/ansible/playbook.yml -t thumbor
ansible-playbook /opt/ansible/playbook.yml -t restart

Dependencies

To install the dependencies, run the commands bellow:

make setup

Run locally

To start thumborizeme, run the commands bellow:

make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.8%
  • HTML 30.5%
  • JavaScript 16.8%
  • HCL 10.4%
  • CSS 2.2%
  • Makefile 0.3%