 | Please feel free to contribute to this tutorial by clicking the Edit->Edit this page link
|
|
This tutorial will describe how to install and configure WebCT Vista 4.2 for development purposes in two common configuration - Windows app/db server and Linux app/db server. |
|
Install and configure a Windows development environment
This section assumes that you have a running copy of Microsoft Windows Server 2003 SP2 with IIS installed. It also assumes that you will be installing version 4.2.2.0 of this software.
Install and Configure Microsoft SQL Server 2005 Enterprise Edition on Windows
To install, follow these instructions:
- Launch setup and accept the license agreement.
- Install the prerequisite software by clicking Install.
- Click Next, then Next again to begin setup.
- Ensure that all issues raised by the system configuration check are addressed. Then click Next.

- Enter registration and license information. Then click Next.
- Select the SQL Server Database Services, Integration Services, and Workstation components to install. Then click Next.

- Accept the Default instance selection. Named instances are not supported. Click Next.
- This scenario assumes that the database and application will run on the same server. Here we select to run database services as the local system account. Click Next.

- Choose Mixed Mode authentication and enter a password for the SA account. Click Next.

- Ensure that Dictionary order, case-insensitive, for use with 1252 Character set is selected for the collation setting. Click Next.
- Click Next and Install to install SQL Server.
- Click Next and Finish to exit installation.
- You must update your server to at least SQL Server 2005 Service Pack 1 to continue the installation. In this tutorial, we updated to SP2.
To configure, follow these instructions:
- Open the SQL Server Management Studio.
- Connect to the local machine.
- Right click the database machine name, then click Properties.
- Click the Processors category and ensure that Maximum worker threads is set to 255.

Install and Configure Blackboard Learning System - Vista License
- Extract the installer and run setup.cmd
- Click Next to begin the installer configuration.
- Accept the license agreement and click Next.
- Select your license file and click Next.
- Click Next on the License Options screen.
- Choose the install type of Full. Click Next.

- Choose the Standalone option. Click Next.

- Select the Typical install type. Click Next.

- Select Microsoft SQL Server as the database. Click Next.
- Enter the database hostname and port. Click Next.

- Enter the database password. Click Next.

- Accept the default of webctdatabase, and click Next.

- Create the directory for your database data files, enter it into the field, and click Next. This directory must exist for installation to complete successfully.

- Accept the default database username of webct, and enter a password (AZ,az,09,_). Click Next.

- Click Next to continue with BEA configuration.
- Accept the BEA installation directory of C:\bea92. Click Next.
- Accept the default WebLogic domain and enter the appropriate host name value and cookie domain. Click Next.

- Configure the SMTP/e-mail settings. Click Next.

- Choose an SSL certificate option. You'll likely choose to use the default. Click Next.

- Check the Start the Service box to start Vista up after the installation. Click Next.

- Click Install to perform the setup operation.
- Click OK to the message box indicating that installation completed successfully.
- Click Next and Finish to exit installation.
- Navigate to http://testserver/webct
to confirm that installation was successful.

Install and configure a Linux development environment