Skip to content

Instantly share code, notes, and snippets.

@visay
Created June 10, 2014 01:21
Show Gist options
  • Save visay/5f89d0a4a6ccd2416715 to your computer and use it in GitHub Desktop.
Save visay/5f89d0a4a6ccd2416715 to your computer and use it in GitHub Desktop.
Neos Upgrade 1.1-beta
- Adjust my composer.json to the same as https://git.typo3.org/Neos/Distributions/Base.git/blob/80d3778d8594136ae2a5edd53b81e7c6f3492059:/composer.json (replacing neosdemotypo3org package with my sitepackage)
- Run composer update to get new dependencies
- Flush the cache with "./flow flow:cache:flush --force"
- Run DB migrate "./flow doctrine:migrate"
- Flush the cache again
- Check the site -> DONE :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment