
Manual TargetProcess:Planning application installation guide


1. Prerequisites:
======================

- MSSQL 2000 Server or MSDE.
  MSDE is a free database engine and it can be downloaded from Microsoft web site

- Internet Information Server (IIS 5 or higher)

- .NET framework 1.1.
  Can be downloaded from Microsoft web site


2. Installation
======================


2.1 Unpacking

- Unpack TargetProcess_1_0.zip into any folder. In this guide we will assume that 
  zip archive unpacked into D:/TargetProcess folder


2.2. Application's web site creation


- create new virtual folder or new web site in IIS. For example, http://localhost/tp

- copy all files from D:/TargetProcess/www directory into virtual folder's root directory



2.3. Database creation


- create new database. In the instructions below we will use tpDb databse name.

- run tp.sql from D:/TargetProcess/sql folder to create tpDb structure. This script creates required tables.

- run testData.sql D:/TargetProcess/sql to create system users and test project.

- Open Web.config and change the connection string in the following key:

  <add key="ConnectionString" value="data source=(local);initial catalog=tp;uid=sa;pwd="></add>


2.4 Running

- Open browser and type http://localhost/tp/default.aspx in the address field.
  Login page should appear.
  Login into the system using the following parameters:

  login: admin
  password: admin


3. Troubleshoutings
================

 - Please, check Readme.txt or contact to support@targetprocess.com if any problems with installation.



