How to Install Thumbor on macOS

Thumbor is a flexible and powerful open-source image processing service. In this tutorial, we will learn how to install Thumbor on macOS.

Prerequisites

To install Thumbor on macOS, you need to meet the following prerequisites:

Installation Steps

Follow the below steps to install Thumbor on your macOS operating system:

  1. Open the Terminal app on your macOS.

  2. Install the Homebrew package manager by using the following command:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Once the Homebrew installation is completed, run the following command to update Homebrew to the latest version:
brew update
  1. Now, let's install Thumbor dependencies. Run the following command in your Terminal:
brew install libjpeg libpng libtiff imagemagick graphicsmagick
  1. Next, you need to install the Pillow library, which is a fork of the Python Imaging Library (PIL). Use the following command to install it:
pip install pillow
  1. Finally, install Thumbor using the following command:
pip install thumbor
  1. Now that Thumbor is installed, you can start the Thumbor server by running the following command:
thumbor
  1. Access Thumbor by entering "http://localhost:8888/unsafe/smart/https://thumbor.readthedocs.io/static/img/thumbor-logo.png" in your web browser. If everything went well, you should be able to see the Thumbor logo.

Congratulations! You have successfully installed Thumbor on your macOS operating system.

Conclusion

In this tutorial, we learned how to install Thumbor on macOS using the Homebrew package manager. By following the above steps, you can easily set up Thumbor on your macOS machine and start using it for image processing.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!