Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 642 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 642 Bytes

Shrimpify

Image file size optimization server. Using this for my PlantFam Android app.

Named after my Echeveria fleur blanc succulent, Shrimp.

Setup

WSL

  • Don't forget to install libvips package as per the instructions in the bimg package README.
  • Set $PORT environmental variable to port of your choice (default can be 8080).

Heroku

  • Using the Aptfile buildpack to install libvips package in Heroku server (see instructions on installing on Ubuntu a few bullet points above).