Skip to content

Instantly share code, notes, and snippets.

@marekjelen
Created July 18, 2012 08:15
Show Gist options
  • Select an option

  • Save marekjelen/3134993 to your computer and use it in GitHub Desktop.

Select an option

Save marekjelen/3134993 to your computer and use it in GitHub Desktop.
rmagick on OpenShift
$ 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