Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.09 KB

KCSARA-Database

Online database supporting search and rescue teams in King County, Washington USA

Getting Started

Requirements

  • Visual Studio 2012 (or later)
  • SQL Database 2008 R2 or later (SQL Express, localdb, etc)

This project can be deployed into a Windows Azure web site instance using SQL Azure.

First Run

  1. Load kcsara-database.sln in Visual Studio
  2. Review DatabaseUpdateKey app setting in website\web.config
  3. Review ConnectionStrings, make sure they are compatible with your installation. If the connecting user has permissions to create a database on the server it does not need to be created beforehand.
  4. Run the project.
  5. Point your web browser to http://localhost:4944/admin/updatedatabase?updatekey=[appSettings Updatekey]
  6. The database is now running, and you can log in using username admin, with password password

Add test data

Tools\seed-database-sample.sql contains sample data that can be loaded into the database either directly, or by using the administrative page http://localhost:4944/admin/sql.