Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created May 6, 2014 23:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clouddueling/f284bcbede2bf161f394 to your computer and use it in GitHub Desktop.
Save clouddueling/f284bcbede2bf161f394 to your computer and use it in GitHub Desktop.
ElasticBeanstalk PHP Composer Config
commands:
01updateComposer:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update &&
02installVendors:
command: /usr/bin/composer.phar install --no-dev
option_settings:
- namespace: aws:elasticbeanstalk:application:environment
option_name: COMPOSER_HOME
value: /root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment