| //// |
| /** |
| * @@@ START COPYRIGHT @@@ |
| * |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| * |
| * @@@ END COPYRIGHT @@@ |
| */ |
| //// |
| |
| [[install]] |
| = Install and Configure |
| |
| == Install trafci |
| To install trafci on a client workstation, follow the procedures in the |
| {docs-url}/client_install/index.html[{project-name} Client Installation Guide]. |
| Ensure that you set up the Java Path per the instructions in that guide. |
| |
| == Test trafci Launch |
| 1. Launch trafci and verify that you can connect to the database. For |
| instructions, see <<launch_trafci, Launch trafci>>. |
| + |
| This window should appear: |
| + |
| image:{images}/launch02.jpg[image] |
| |
| 2. If you cannot launch trafci or connect to the database, verify that: |
| + |
| * The database platform is available and running, and the port number is correct for the database platform. |
| * The Java path is set to the correct location. See <<install_verify, Verify and Set the Java Path>>. |
| * You installed the trafci and JDBC software files correctly. |
| |
| See the {docs-url}/client_install/index.html[{project-name} Client Installation Guide]. |
| |