Skip to content

Setup and Config Instructions

pmartin7 edited this page Aug 14, 2016 · 11 revisions

Local installation

This section summarizes how to set up a PC to run the Music Graph Explorer solution locally, including the Neo4j based graph storage.

1. Install Neo4j

  • Download Neo4j Community Edition 3.0 for Windows. Note it must be a v3 release, the solution does not support Neo4j v1 and v2 for now as a graph storage.
  • Install Neo4j on your local box. Install folder: C:\Program Files\Neo4j CE 3.0.4

2. Download test music graph store to your local box and test Neo4j installation

3. Set up visual studio

  • Download and install VS 2012, 2013, or 2015. Ensure you have at least VS 2012 Update 3 installed, and [Visual Studio Tools for Git] (https://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c) so you can pull the solution from Git directly from VS. On VS 2012, ensure you have selected the Git Provider under Tools>Options>Source Control
  • Under VS Team Explorer>Connect, Clone the Music Graph Explorer to a local git repository. Clone it from this url: https://github.com/pmartin7/MusicGraphExplorer.git. Then sync from the unsynced commits tab. This will prompt for your GitHub credentials.
  • Open the MusicGraphExplorer.sln solution from your local repository.
  • The solution is currently built using .Net framework 4.5.2. This may prompt you to download the latest version of the .Net framework.

Clone this wiki locally