Development Environment
- Checkout the following repositories to
C:\src - Perform the following steps for each of the before mentioned repositories
- Open solution in Visual Studio 2015
- Build solution
- Import strong name key according blog post
Use Strong Name Key on TeamCity for Digital Signature - Rebuild solution
- Setup file database
- Open
Package Manager Consolein Visual Studio 2015 - Select
Net.Appclusive.CoreasDefault Project - Execute
Update-Database
- Open
Initialise Database
-
Execute
Add-ApcSpecialEntities.ps1in PowerShell console as follows.\Add-ApcSpecialEntities.ps1 -ConnectionType LocalDB -
Execute
Add-ApcCrudPermissions.ps1in PowerShell console as follows.\Add-ApcCrudPermissions.ps1 -ConnectionType LocalDB
To add some demo data execute Add-ApcExampleData.ps1 in PowerShell console as follows
.\Add-ApcExampleData.ps1 -ConnectionType LocalDB