Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshay2211/2686e44f56634880465e8630ac5f8342 to your computer and use it in GitHub Desktop.
Save akshay2211/2686e44f56634880465e8630ac5f8342 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