I'm working on setting up a local + server Umbraco (via NuGet in VS2012) + Git environment set up, as an alternative to UaaS.
Are there any good resources on how best to set this up? In particular, I'm wondering about integrating the Umbraco SQL database with Git, and pushing to and pulling from a local instance and a live server copy. While we'll probably be using a regular server initially, I'd also like our setup to work with Azure if we decide to migrate to that.
I know Umbraco reasonably well, but I'm very new to Git and working with Umbraco via Visual Studio.
Umbraco + NuGet + Git
Hello,
I'm working on setting up a local + server Umbraco (via NuGet in VS2012) + Git environment set up, as an alternative to UaaS.
Are there any good resources on how best to set this up? In particular, I'm wondering about integrating the Umbraco SQL database with Git, and pushing to and pulling from a local instance and a live server copy. While we'll probably be using a regular server initially, I'd also like our setup to work with Azure if we decide to migrate to that.
I know Umbraco reasonably well, but I'm very new to Git and working with Umbraco via Visual Studio.
Any suggestions would be appreciated.
Hi David,
I would not put my database in Git.
We use https://our.umbraco.org/projects/developer-tools/usync/ to deploy our umbraco configuration to different environments.
Dave
is working on a reply...