Created
April 13, 2015 01:10
-
-
Save jhonnrodr/b2954c67f6b58283791a to your computer and use it in GitHub Desktop.
Composer Update - 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
curl -s https://getcomposer.org/installer | php -- --quiet --install-dir=$OPENSHIFT_DATA_DIR | |
php $OPENSHIFT_DATA_DIR/composer.phar update | |
ln -s public php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment