Skip to content

ojgarcia06/SeempleStart

 
 

Repository files navigation

Installation and configuration

Use Visual Studio 2015 with Run As Admin

1. Install SQL Server 2014 Express (with LocalDB)
2. In Solution Explorer, select the solution node, and from the 
   contex menu invoke Open Folder in File Explorer
3. In File Explorer, run DeployDatabaseForUnitTests.cmd
4. Install Firebird 2.5 database engine (http://www.firebirdsql.org/)
5. Install any Firebird admin utility, for example, FlameRobin (http://www.flamerobin.org/)
6. Under Localhost, Create new database:
   - Display name: Seemplest.Test
   - Database path: C:\Temp\SeemplestTest.KSFDB
   - User name: SYSDBA
   - Password: masterkey
   - Charset: UNICODE_FSS
   - Role: <empty>
7. Build | Clean Solution
8. Build | Rebuild Solution
9. Check with Test | Run | All Test

About

Seemplest Quick Starter Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.9%
  • JavaScript 26.5%
  • CSS 6.4%
  • HTML 2.8%
  • PowerShell 1.8%
  • TypeScript 1.4%
  • Other 0.2%