Roles and Activities > Additional Role Set > Tool Specialist > Set Up Tools
Activity:
|
Purpose
|
|
Steps | |
Input Artifacts: | Resulting Artifacts: |
Frequency: Most tool installation and customization is done early in the project's lifecycle. | |
Role: Tool Specialist | |
Tool
Mentors:
|
Workflow Details: |
Many software-development tools support teams of people, with several users working with information stored in a shared repository. Each user uses the tool on their personal computer (client) and the shared repository is stored on a central server. In this case the tool must be installed on the server and on the clients. Customizing the tool is done both on the server and on the client.
There are tools that do not use a shared repository, such as compilers, debuggers, editors, graphic tools, etc. These tools can simply be installed on the users' computers. It may still be needed to customize the tools so that all members of the project use the tool in the same way.
The approach should be to automate as much as possible of the installation and customization procedures.
Identify what other software is required for the specific tool to work, and install this software. For example, a tool may require a database management system (DBMS) be installed first.
When you have installed the support software, you can install the tool on the server.
Decide how to customize the tool so that it supports the development process in the best way. The development case will serve as a good input. The following are some brief examples of how you can customize Rational tools:
In addition to customizing the tools, you should set up user groups and access rights on the server. In some cases, a tool may provide its own mechanisms for this. In other cases, user groups and access rights are defined using the operating system. The configuration of user groups and access rights affects how the tools can be used. For example, you can set constraints on what parts of a repository certain users will have access to.
Document the customizations in Tool Guidelines.
If the team is geographically distributed it may be necessary to divide the repository on several sites, or to duplicate the repository. To divide or duplicate a repository requires that the repositories on the different sites must be synchronized, information must be transferred between the sites.
Integrate the tool with other tools to make it easier to use. An integration between tools is in most cases in the form of an extension to one or several tools. An 'integration extension' to a tool typically:
Most tools offer ready-to-use extensions to integrate tools with each other.
Describe how the tools are integrated with each other in the Tool Guidelines.
Install the tool on each client. The least that is needed to do when installing a tool on the client side, is to set up the connection to the repository on the server.
Customize the tool on the clients, just as you customized the tool on the server:
It may be necessary to install 'integration software' on the client. Place the 'integration software' on a server and allow the users to download and install it on their computers.
If it possible you should automate the tool installation, and the tool customization for the users. The benefit of creating installation programs is that it allows you to set up the tools so that the clients get all the right settings, extensions, and connections to the repository. You create installation (and customization) programs, and place them on a server. Then the users download these programs and run them to install and customize the tool in their computer.
Rational Unified Process |