Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 660 Bytes

SchoolMap.Net

A mashup to show schools in google maps with their ofsted rating

Getting Started

  1. Clone the repository locally

  2. Download the RavenDB latest server build and extract to Program Files

  3. Open a cmd prompt, browse to ravendb data in the repository and run the following command

esentutl /d Data

(Thanks to http://stackoverflow.com/questions/10870728/secondary-index-is-corrupt-the-database-must-be-defragmented)

  1. Change the data folder in ravendb server config file

  2. Run ravendb server on the command line

  3. Open and build the solution

  4. Run the application in Visual Studio