Skip to content

mattkur/KCSARA-Database

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 59.9%
  • Classic ASP 20.8%
  • JavaScript 16.9%
  • CSS 1.6%
  • Other 0.8%