Difference between revisions of "Installation"

From dbscript Online Help
Jump to: navigation, search
(Server Requirements)
(SQL Server)
Line 9: Line 9:
  
 
=== SQL Server ===
 
=== SQL Server ===
 +
 +
Open Enterprise Manager (SQL 2000) or SQL Management Studio (SQL 2005+)
  
 
* Create a database
 
* Create a database
Line 27: Line 29:
 
* SQL Server authorization
 
* SQL Server authorization
 
* no password policy  
 
* no password policy  
* dbo access to the database.
+
* allow dbo access to the database.
  
 
=== IIS Server ===
 
=== IIS Server ===

Revision as of 19:03, 16 December 2008

Server Requirements

Installation

SQL Server

Open Enterprise Manager (SQL 2000) or SQL Management Studio (SQL 2005+)

  • Create a database
  • In the database, run the scripts:
  • Create.sql
  • Initialze Users.sql
  • Value Script.sql
  • Code Snippet.sql

(The names of the sql scripts are preceded by "dbs" plus the version number)

The Users table contains one record with the ID "Administrator". You can change the ID to your desired username to log in to the application.

SQL Server must allow SQL Server authorization.

Create a database login:

  • SQL Server authorization
  • no password policy
  • allow dbo access to the database.

IIS Server

  • Create a directory, virtual directory, or website in IIS Administrator
  • Extract web.zip into the directory
  • Copy web.config into the directory
  • Locate the connection string in web.config and adjust server name, catalog, username, and password.
  • Start your webbrowser and navigate to the URL of your installation
  • Login using the selected username without password
  • Navigate to Settings, upload you license key file

Upgrade