This content applies solely to Government Clause Automation, which must be purchased separately from the Appian base platform. |
IntroductionCopy link to clipboard
Installing Government Clause Automation (GCA) consists of five main steps:
- Download the software package.
- Deploy GCA plug-ins to the Appian environment.
- Create the database objects in the business data source.
- Import the GCA application into the Appian environment.
- Import the administration console settings.
- Install hotfixes for your GCA solution version.
Before starting the installation process, review the System Requirements to make sure all minimum requirements are met.
System requirementsCopy link to clipboard
- Appian version 24.3 for GCA 2.7.
- A supported version of a MariaDB or Oracle database as a business data source.
- Note: Instructions below are tailored for MariaDB databases. The SQL scripts used in Step 3 will need to be modified for use with other databases.
- A supported web browser.
Note: Instructions below are tailored for MariaDB or Oracle databases. For use with other databases, the SQL scripts used in Step 3 will need to be modified.
Step 1: Downloading the software packageCopy link to clipboard
To install GCA, you'll need to download the software package that contains the following files you'll use in the remaining set up steps.
- 01.ClauseAutomationv2.7.0.sql: SQL script for creating the database objects needed for the GCA application.
- ClauseAutomationv2.7.0.zip: Application package to import into Appian.
- ClauseAutomationv2.7.0-AdminConsole.zip: Export of the default start pages of the admin console.
- ClauseAutomationv2.7.0.properties: Import customization file for configuring the application package.
To download the software package:
- In My Appian, navigate to the SUPPORT tab.
- Click the DOWNLOADS tab.
- Click SOLUTIONS.
- Find and open Government Clause Automation (GCA) v24.3.2.7.0.
- In Downloads, click the Download GCA v24.3.2.7 link.
- Click PROCEED to agree to the License Agreement.
- Click Download GCA v24.3.2.7 to download the ZIP file.
- Unzip
ClauseAutomationv2.7.0.zip
to access the software installation files.
Step 2: Deploying plug-insCopy link to clipboard
For the GCA application to work, you must deploy the following plug-ins.
Appian Solutions
Content Tools
Regular Expression Functions
Rich Text Editor
The steps for deploying plug-ins are different for an Appian Cloud or self-managed environment. Be sure to note which set of deployment steps you need for your environment.
Appian Cloud EnvironmentsCopy link to clipboard
To deploy the plug-ins for an Appian Cloud environment:
- In the target environment, log in as the deployment user.
- Navigate to the Admin Console.
- Click Plug-ins.
- Click ADD PLUG-INS.
- Search for and click
Appian Solutions
. - Click DEPLOY.
- Repeat steps 3-6 for each of the following plug-ins:
Content Tools
Regular Expression Functions
Rich Text Editor
Self-Managed environmentsCopy link to clipboard
To deploy the plug-ins for a self-managed environment:
- Download the following plug-ins directly from the Appian AppMarket:
- Follow the Deploying Plug-ins instructions to deploy each plug-in.
Step 3: Creating database objectsCopy link to clipboard
In order to create the structure for the database tables, views, and other objects that are a part of the GCA application, you will need to run a DDL script in your database.
To create the database objects:
-
In your database, run the
01.ClauseAutomationv2.7.0.sql
DDL file that was downloaded in Step 1. -
Note: This DDL file is optimized for MariaDB or Oracle databases. If you are using a different type of database, the DDL file may need to be modified.
Step 4: Importing the applicationCopy link to clipboard
The final step needed is to install the GCA application by importing the application files into the target environment.
To import the application:
- In the target environment, log in as the deployment user.
- Navigate to the Appian Designer.
- Click IMPORT.
- Click UPLOAD and choose the
ClauseAutomationv2.7.0.zip
file that was downloaded in Step 1. - Select Include related import customization file.
- Click UPLOAD. Select the
ClauseAutomationv2.7.0.properties
file that was downloaded in Step 1. - Click INSPECT.
- Review the inspection results. If there are no issues, click IMPORT PACKAGE.
- NOTE: The import may time out due to file size, but import will continue in the background.
Step 5: Importing the administration console settingsCopy link to clipboard
If you want to overwrite the current default start page for your GCA solution, you need to import the Admin Console. This is an optional step that is only applicable for specific versions of GCA or a related hotfix. Before performing these steps, be sure they apply to the GCA version installed in your environment.
For instructions on how to do this, see Appian Administration Console.
Note: If the business database is not called Appian
, a warning will occur when importing the data stores. To fix this, after the import is complete, open each data store object and update the Data Source dropdown list.
Step 6: Installing hotfixesCopy link to clipboard
After you finish installing GCA, be sure to check for any relevant hotfixes, and if applicable, apply the latest hotfix version by performing the following steps:
- Go to the SUPPORT tab on My Appian.
- Click DOWNLOADS.
- Click SOLUTIONS.
- Find and open the Government Clause Automation version that's installed in your environment.
- In Downloads, click the first link under the Hotfix section.
- Click PROCEED to agree to the License Agreement.
- Click the hotfix file name to download it.
- Unzip the hotfix package to access the software installation files.
- Repeat installation steps 3 to 5.