I know I can install Umbraco manually in terms of the CMS content files. I'm using the NuGet Package in Visual Studio.
What I want to do though, is manually create the database, connection string, etc myself. I don't want to go through the install page.
So what I'm basically doing at this point, is I run through the install page and install it somewhere. Then I export the entire database as a SQL script (minus the content). Then I use that to create the database.
Reason being is we have everything in source control, and multiple developers. So the connection string etc is in source control.
I'm wondering if there is a more official process for doing this.
Manual Database Install - Umbraco
I know I can install Umbraco manually in terms of the CMS content files. I'm using the NuGet Package in Visual Studio.
What I want to do though, is manually create the database, connection string, etc myself. I don't want to go through the install page.
So what I'm basically doing at this point, is I run through the install page and install it somewhere. Then I export the entire database as a SQL script (minus the content). Then I use that to create the database.
Reason being is we have everything in source control, and multiple developers. So the connection string etc is in source control.
I'm wondering if there is a more official process for doing this.
is working on a reply...