-
Notifications
You must be signed in to change notification settings - Fork 2
Home
ezg edited this page Oct 26, 2016
·
19 revisions
- Download a git client, such as https://git-scm.com/download/win
- Install Visual Studio 2015 Update 3
- Install .NET Core
- Install .NET Core 1.0.1 SDK 1.0.0-preview2-003133
- Clone the repository into your local file system
git clone https://github.com/BrownBigData/IDEA
- Open
IDEA.sln
with Visual Studio 2015 - Wait for packages to be restored (check output window in VS) If any of the projects cannot be loaded ("load failed" next to the project name), right-click the project and hit "Reload Project"
- Build the solution using
CTRL+SHIFT+B
- Clone the repository into your local file system
git clone https://github.com/ezg/PanoramicDataWin8
- Open
PanoramicDataWin8.sln
- In the Solution Explorer, right-click
PanoramicDataWin8
and got toAdd > Reference...
, a pop up appears - On the left, click on
Browse
, then hit the Browse button at the bottom and find and add the following file from the backend projectIDEA-master\src\IDEA-common\bin\Debug\netstandard1.1\IDEA-common.dll
- In the menu bar of VS, go to
Build > Configuration Manager...
and make sure the check boxes in the "build" and "deploy" columns are checked - Close the configuration manager and build the solution using
CTRL+SHIFT+B
- Open
IDEA.sln
- In the Solution Explorer, select the "IDEA_REST" project
- Make sure "IDEA_REST" is selected in the Run Configuration and hit the
Run
button (the green play button), see here - Open
PanoramicDataWin8.sln
and hit theRun
button - Done.