Created
July 18, 2012 08:15
-
-
Save marekjelen/3134993 to your computer and use it in GitHub Desktop.
rmagick on OpenShift
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
| $ cd $OPENSHIFT_DATA_DIR | |
| $ mkdir temp | |
| $ export GEM_HOME="${OPENSHIFT_DATA_DIR}temp" | |
| $ export GEM_PATH="${OPENSHIFT_DATA_DIR}temp" | |
| $ gem install rmagick | |
| Building native extensions. This could take a while... | |
| Successfully installed rmagick-2.13.1 | |
| 1 gem installed | |
| $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment