Online database supporting search and rescue teams in King County, Washington USA
- 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.
- Load kcsara-database.sln in Visual Studio
- Review DatabaseUpdateKey app setting in website\web.config
- 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.
- Run the project.
- Point your web browser to
http://localhost:4944/admin/updatedatabase?updatekey=[appSettings Updatekey]
- The database is now running, and you can log in using username
admin
, with passwordpassword
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
.