Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Install manual

Dominic St-Pierre edited this page Jan 3, 2014 · 1 revision

Manually installing LCSK

While installing via NuGet is quick, you can easily add LCSK to an existing ASP.NET 4 project. LCSK do not have any MVC or Web Form requirements. The demo project is built on top of MVC only due to a self-preference.

  1. Install the only dependency SignalR:
Install-Package Microsoft.AspNet.SignalR
  1. Add the LCSK folder found in the Demo project to the root of your web application.
  2. Add the visitor chat box
  3. Set password
  4. Login as an agent

Please note that when you install Microsoft.AspNet.SignalR NuGet will add javascript files to your ~/Scripts folder. We've included the SignalR and jQuery .js file in the LCSK/js folder. It's up to you to take the file structure you like, simply change the script tag to reflect your choices.

Clone this wiki locally