Created
June 25, 2014 12:18
-
-
Save ubermuda/bbac8b7f392508feb087 to your computer and use it in GitHub Desktop.
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
| build: | |
| - mysqladmin create openl10n | |
| - apt-get update -y | |
| - apt-get install -y software-properties-common python-software-properties python g++ make | |
| - apt-add-repository ppa:chris-lea/node.js | |
| - apt-get update -y | |
| - apt-get install -y nodejs | |
| - composer install --ansi --no-progress --dev --prefer-dist --no-interaction | |
| - app/console doctrine:schema:update --force | |
| - app/console assets:install web/ | |
| - app/console doctrine:fixtures:load --env=dev --no-interaction | |
| - npm install | |
| - npm install -g gulp bower | |
| - bower install --allow-root | |
| - gulp build --prod | |
| writable: | |
| - app/logs | |
| - app/cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment