Difference between revisions of "Setup:WireCAD Deployment Guide"
From WireCAD Online Help
Wirecadadmin (Talk | contribs) |
Wirecadadmin (Talk | contribs) |
||
Line 27: | Line 27: | ||
# Install and configure server with SQL Server. | # Install and configure server with SQL Server. | ||
## Install SQL Server Management Studio. | ## Install SQL Server Management Studio. | ||
− | |||
## Setup the default WireCAD database user as described in [[Setup_SQL_Server]]. | ## Setup the default WireCAD database user as described in [[Setup_SQL_Server]]. | ||
## Attach the Global Database as described in [[Setup_SQL_Server]]. | ## Attach the Global Database as described in [[Setup_SQL_Server]]. | ||
## Modify the default file save location for your SQL Server as described in [[Setup_SQL_Server]]. | ## Modify the default file save location for your SQL Server as described in [[Setup_SQL_Server]]. | ||
− | |||
# Set up a network share and permissions for all potential WireCAD Users (maybe define a group). We will reference this folder in the remainder of this document as the WireCAD shared root. | # Set up a network share and permissions for all potential WireCAD Users (maybe define a group). We will reference this folder in the remainder of this document as the WireCAD shared root. |
Revision as of 09:07, 19 April 2011
Command Line Shortcut: None User Permissions Level: Administrator |
The purpose of this document is to discuss the minimum requirements to deploy WireCAD in a multi-user environment in a closed network. New information will be presented interspersed with links to existing topics.
Minimum System Requirements
Client
Your clients are required to install WireCAD fully. This requires the following:
- Windows operating system of Win2K or higher.
- 1Gig RAM for 32bit machines and 2Gig for 64bit machines. This is the minimum; more is recommended.
- 180Meg hard drive storage. This is the install minimum; more may be required based on configuration.
WireCAD will require Admin privileges to install. Be sure to test final configuration under a standard user.
Server
Your server should be configured with the following:
- MS SQL Server 2005 or 2008. See Setup_SQL_Server for more information.
- MS SQL Server Management Studio.
Note: MS SQL Server will place database files in the C:\Program Files\MSSQL Server directories by default. This is not good practice as most backup software ignores the Program Files directory. |
- Network shares for shared documents. We recommend a shared Projects area and a shared Global data area.
Step by Step
- Install WireCAD on at least one client.
- Install and configure server with SQL Server.
- Install SQL Server Management Studio.
- Setup the default WireCAD database user as described in Setup_SQL_Server.
- Attach the Global Database as described in Setup_SQL_Server.
- Modify the default file save location for your SQL Server as described in Setup_SQL_Server.
- Set up a network share and permissions for all potential WireCAD Users (maybe define a group). We will reference this folder in the remainder of this document as the WireCAD shared root.