Unpacking the Installation Package

Top  Previous  Next

The TMCore EPiServer Module is distributed as a zip archive. To install the TMCore EPiServer Module requires a few manual steps once the package has been unzipped. Unzip the module to a folder on the installation machine. In the following documentation, this folder shall be referred to as <EPiModuleInstallFolder>.

The TMCore EPiServer Module archive contains the following folders and files:

Directory

Files contained with directory

Description

webapp/aspnet_client

Various Javascript, CSS, image and XML files.

These are static client scripts and images required by the topic editor control.

webapp/bin

NetworkedPlanet.EPiServerModule.dll

The code for the EPiServer module.

serviceclient.dll

TMCore Topic Map Web Service client DLL.

webapp/NetworkedPlanet

ASPX, ASCX and ASMX files.

This directory structure contains server-side ASP.NET files required by the TMCore EPiServer Module.

config

EPiServerlog.config

This is this the configuration file for log4net. The server-side code uses log4net for outputting trace information to help diagnose problems.

EPiServerSample-web.config.xml

A complete set of sample overrides for default configuration application settings of the module.

TMWS-web.config.xml

Queries required for loading in to TMService by adding them to TMService web.config.

sql

EPiServerModule.sql

SQL queries required for the TMCore EPiServer Module, these must be loaded in to the TMCore database.

CleanSPsAndUDFs.sql

An SQL script to remove all Stored Procedures and User Defined Functions that begin with the string EPI_

docs

EPiServerModule_API.chm, EPiServerModule_Documentation.chm, EPiServerModule_Documentation.pdf

API and general documentation in CHM and PDF formats.

docs/html

index.html and other HTML, CSS and static content.

Documentation files for the TMCore EPiServer Module in HTML format.

nuget

NetworkedPlanet.EPiServerModule.AddOn.7.0.0.0.nupkg

A NuGet package for installing the CMS7 add-on for the TMCore EPiServer Module

Table of archive contents