Simple steps to troubleshooting your Umbraco builds across teams

Simple steps to troubleshooting your Umbraco builds across teams

When developing Umbraco sites in teams across source control, a massive number of developers’ problems within the team can be solved by following these steps, or asking yourself these questions.

  1. Have You Committed (to git)?
  2. Have You Pushed (to git)?
  3. Have You Pulled (from git)?
  4. Have You Merged (from git)?
  5. Have You Built (in Visual Studio)?
  6. Have You Published (all, in /umbraco/)?
  7. Have You Re-indexed your Examine  indexes (/umbraco/#developer **, ***)?

** Install Ismail’s awesome Examine Index admin plugin for this – http://our.umbraco.org/projects/backoffice-extensions/examine-index-admin
*** You can also do your team a favour and remove this steps altogether by forcing a re-index on application start.

I’ve lost count over how many times that’s solved the most complex looking problems, and they’re simple enough for anyone to follow.  Your source control and process may vary, of course.

Tags: , , , , , , ,

Leave a Reply?