Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created June 1, 2014 06:49
Show Gist options
  • Save agustinhaller/9d48bcfd070460935f14 to your computer and use it in GitHub Desktop.
Save agustinhaller/9d48bcfd070460935f14 to your computer and use it in GitHub Desktop.
Prepare gettext php extension for heroku
# First tar.gz the gettext php extension files we need
cd Downloads/
tar -pvczf php-5.5.12_ext_gettext.tar.gz php-5.5.12_ext_gettext
# Then upload them to s3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment