Skip to content

Instantly share code, notes, and snippets.

@guilhermef
guilhermef / gist:297680f457f82fb27b3d
Last active May 8, 2020 15:15 — forked from okor/gist:79c38cfb03b153bd4eb2
Install Thumbor on Ubuntu 15.04
# sudo su and run the following
sudo aptitude update
# install all dependencies
sudo aptitude -y install \
python-pip \
python2.7-dev \
libssl-dev \
libcurl4-openssl-dev \