Skip to content

Setup HubLink Log Server

Daniele Fontani edited this page Apr 3, 2017 · 5 revisions

Prerequisites

Before starting the HubLink installation you need:

  1. One application server configured
  2. Write permission in App_Data folder
  3. One database created

Note: For all databases that need third party connector you have to download it separately.

Install on SQL Server

Install on MYSQL

An example of connection string:

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

##Install on other db (supported by NHibernate)

SQL Server and MYSQL are tested and fully supported by HubLink. Because HubLink is build upon NHibernate all database supported by this library should be working. Please inform us about not working database and working one as well: this will be useful to keep track of product capabilities.

Clone this wiki locally