Skip to content
GuillaumeGuerra edited this page Jun 25, 2016 · 4 revisions

Welcome pack


Install the following components :
VS2015
.net Core RC2 : [link](https://go.microsoft.com/fwlink/?LinkId=798481)
latest version of nuget extension : [link](https://dist.nuget.org/visualstudio-2015-vsix/v3.5.0-beta/NuGet.Tools.vsix)

For some reason, the built-in nuget version of .net core RC2 won't be able to go through the proxy, so you'll have to use a custom version of nuget.exe.
Also, you'll need to install all npm related packages, for both the patch manager, and the ag-grid component.

All those operations (nuget and npm) will be run by src/run twice.cmd
Fyi, it has to be run twice : the first will perform an npm install in ag-grid directory, and the second launch will run "gulp release", that will compile the component.

clearly, we have to review ag-grid component : we shouldn't have to compile it manually

Debugging


Make sure you select SelfHosted, and not IIS Express configuration for debugging. That way, no need for IIS any more, say hi to self hosting

Clone this wiki locally