All of our code and serialized Sitecore items were safely within our Git Repository in the VisualStudio.com cloud.
These are the steps that I took in our upgrade process:
- Uninstalled Sitecore 7.5
- Deleted the leftover files in my 7.5 instance location in wwwroot
- Downloaded and installed 8.0 from dev.sitecore.net (it's not actually on SDN, which was interesting). I gave my 8.0 instance the same name as my 7.5, just to make things easier when syncing things back up using Team Development for Sitecore (TDS).
- Downloaded and installed the modules that we are using. In this case, I downloaded and installed the Commerce Connect 7.5 module.
- Updated our Sitecore referenced assemblies to the new versions. We use a hosted NuGet server, so I created a new Sitecore 8 references package and then updated my packages.config files within my solution's projects.
- Pulled the updated Web.config into my solution and made sure that my config transformations were in place.
- Synced up my Sitecore instance using the TDS projects and did a build to my instance.
Everything seems to be working like a champ! I did notice that the new version took an abnormally long time to start up for the first time.
Experience / Page Editor Changes
So after getting one of my test pages loaded up within the Experience Editor, I noticed that my inline editing didn't seem to be working when I clicked the Edit button.
While exploring the newly designed ribbon, I noticed an "Editing" checkbox in the "View" tab that is turned off by default. Checking this box, made my experience editor come to life, and I was a happy camper!
While exploring the newly designed ribbon, I noticed an "Editing" checkbox in the "View" tab that is turned off by default. Checking this box, made my experience editor come to life, and I was a happy camper!
0 comments:
Post a Comment