You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've fetched the latest code twice since I originally forked Magento 2 and each time I merge in the latest from upstream/develop I'm unclear what steps I need to take to get the things running again.
This time I started out with rm -rf var (Magento 1.X style) but got errors. I then did composer update. Still got errors. Finally I ran php bin/magento setup:upgrade which I was only able to remember from looking through the bash_history from from the last time I merged in upstream. Things seem to be running OK for me now.
I suggest adding a section to the README that outlines the steps you need to take each time you fetch the latest codebase to get things running. I'd be happy to contribute a PR for that, but on the other hand I'm still not clear on what those steps actually are...