Created
June 1, 2014 06:49
-
-
Save agustinhaller/9d48bcfd070460935f14 to your computer and use it in GitHub Desktop.
Prepare gettext php extension for heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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