Skip to content

Instantly share code, notes, and snippets.

@guilhermef
Forked from okor/gist:79c38cfb03b153bd4eb2
Last active May 8, 2020 15:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save guilhermef/297680f457f82fb27b3d to your computer and use it in GitHub Desktop.
Save guilhermef/297680f457f82fb27b3d to your computer and use it in GitHub Desktop.
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 \
python-numpy \
python-opencv \
libopencv-dev \
libjpeg-dev \
libpng-dev \
libx264-dev \
libass-dev \
libvpx1 \
libvpx-dev \
libwebp-dev \
webp \
gifsicle
# install thumbor, will take a while
sudo pip install thumbor
# set default thumbor config
thumbor-config > /etc/thumbor.conf
thumbor -c /etc/thumbor.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment