-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore support for local SQL Server Express database for Vagrant boxes (Hyper-V) #87
Milestone
Comments
beutepa
added a commit
that referenced
this issue
Jan 14, 2019
…ant boxes (Hyper-V) (#88) * Restore local SQLExpress mockdatabase support * Restore local SQLExpress mockdatabase support * Restore local SQLExpress mockdatabase support - Networking/login config * Restore local SQLExpress mockdatabase support - Rename * Restore local SQLExpress mockdatabase support - Correct download url * Restore local SQLExpress mockdatabase support - Use a specific instancename: ISHSQLEXPRESS * Restore local SQLExpress mockdatabase support - CHANGELOG
The tcp and login configuration should be configure earlier. E.g. Get-MockConnectionString.ps1 requires this. |
beutepa
added a commit
that referenced
this issue
Jul 2, 2019
* Update valid versions * Update valid versions * Update CHANGELOG.md * GH-84 Add installation of AdoptOpenJDK pre-requisite * GH-84 Add installation of AdoptOpenJDK pre-requisite * GH-84: Add installation of AdoptOpenJDK and JRE pre-requisite * GH-84: Add installation of AdoptOpenJDK and JRE pre-requisite * GH-85: Make sure that the minLevel of the File logger is set to 'Debug' for InstallTool * GH-85: Make sure that the minLevel of the File logger is set to 'Debug' for InstallTool * GH-86: Make it possible to initialize an image with only the third party software prerequisites and/or the Application prerequisites and installation * GH-87: Restore support for local SQL Server Express database for Vagrant boxes (Hyper-V) (#88) * Restore local SQLExpress mockdatabase support * Restore local SQLExpress mockdatabase support * Restore local SQLExpress mockdatabase support - Networking/login config * Restore local SQLExpress mockdatabase support - Rename * Restore local SQLExpress mockdatabase support - Correct download url * Restore local SQLExpress mockdatabase support - Use a specific instancename: ISHSQLEXPRESS * Restore local SQLExpress mockdatabase support - CHANGELOG * Restore local SQLExpress mockdatabase support - Configure ISHSQLEXPRESS tcp/login when installing (#90) * GH-89: Add support for Windows Server 2019 (#91) * GH-89: Add support for Windows Server 2019 * GH-92: Initialize-MockDatabase.ps1 - Support creation of a SQL user when initializing the mock database (#93) GH-92: Initialize-MockDatabase.ps1 - Support creation of a SQL user when initializing the mock database * GH-94: Add support for local SQL Server (Express) 2016 database for AWS (EC2) instances (#96) * GH-97: DevelopFriendly - PowerShell scripts to help in troubleshooting instances (#98) * GH-101 DevelopFriendly - Improve PowerShell scripts to help in troubleshooting instances (#103) * GH102 Database - Add the option to restore the Demo or and Empty database from the ISHCD (#104) * Gh 100 make changes required to support the future new 'versionless' ish deploy module (#105) * GH-100 Make changes required to support the future new 'versionless' ISHDeploy module * GH-99 - Update CHANGELOG (#106) * Gh 107 changes required for new ishcs web application (#108) * GH-107 - Changes required for new ISHCS web application * Gh 109 make sure that the min level of the file logger (n log) for install tool is set to the required value (#110) * GH-109 Make sure that the minLevel of the File logger (NLog) for InstallTool is set to the required value * GH-109 Make sure that the minLevel of the File logger (NLog) for InstallTool is set to the required value * GH-111 : Packer - Provide the correct ps_java_... inputparameters (#113) * GH-114: Review/update readme, changelog, releasnotes, versions, ... (#117) * GH-114: Review/Update README, CHANGELOG, RELEASNOTES, versions, ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The scripts, configurations, ... to install and configure SQL Server Express locally when building Vagrant boxes (Hyper-V) are no longer working.
This was apparently lost/no longer maintained for some reason, while this is useful for development purposes.
The text was updated successfully, but these errors were encountered: