Skip to content

Instantly share code, notes, and snippets.

@t3easy
Last active December 31, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t3easy/7984705 to your computer and use it in GitHub Desktop.
Save t3easy/7984705 to your computer and use it in GitHub Desktop.
#!/bin/sh
composer require --no-update "typo3/neos:1.1.*"
composer require --no-update "typo3/neos-nodetypes:1.1.*"
composer require --no-update "typo3/neosdemotypo3org:1.1.*"
composer require --no-update "typo3/neos-kickstarter:1.1.*"
composer require --no-update "typo3/buildessentials:2.2.*"
composer update
./flow flow:cache:flush --force
FLOW_CONTEXT=Production ./flow flow:cache:flush --force
./flow doctrine:migrate
./flow cache:warmup
FLOW_CONTEXT=Production ./flow cache:warmup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment