This content applies solely to Award Management, which must be purchased separately from the Appian base platform. |
IntroductionCopy link to clipboard
The Government Award Management (AM) solution is built on the Appian low-code platform and helps your organization monitor, track, and complete the activities, actions, and workflows associated with your award contracts.
This guide provides how-to instructions for installing the Award Management (AM) solution, which consists of five main steps:
- Download the software package.
- Deploy AM plug-ins to the Appian environment.
- Create the database objects in the business data source.
- Import the AM application into the Appian environment.
- Import and configure robotic tasks into the Appian environment.
Before starting the installation process, review the System Requirements to ensure all minimum requirements are met.
System requirementsCopy link to clipboard
- Appian version 23.3 for AM 1.6.0.
- 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.
Step 1: Download software packageCopy link to clipboard
To install AM, you'll need to download the software package that contains the following files you'll use in the remaining setup steps.
- 01.AwardManagementv1.6.0.sql: SQL script for creating the database objects needed for the AM application.
- AwardManagementv1.6.0.zip: Application package to import into Appian.
- AwardManagementv1.6.0.properties: Import customization file for configuring the application package.
- GSAeLibraryContractorLookup.zip: GSA robotic task package to import into Appian.
- ContractDirectorySearch.zip: Contract directory robotic task package to import into Appian.
- SBALookup.zip: Small business robotic task package to import into Appian.
- GAM-IE11-WebDriver.zip: The driver package to the robotic task configuration for IE11.
To download the software package:
- Go to the SUPPORT tab on My Appian.
- Click the DOWNLOADS tab.
- Click SOLUTIONS.
- Find and open Award Management V1.6.0.
- In Downloads, click the Download Award Management link.
- Click PROCEED to agree to the License Agreement.
- Click Download Award Management v1.6.0 to download the ZIP file.
- Unzip
AwardManagementv23.3.1.6.0.zip
to access the software installation files.
Step 2: Deploy plug-insCopy link to clipboard
You must deploy the Appian Solutions
, Content Tools
, and Advanced Document Templating
plug-ins for the AM solution to work. The steps for deploying plug-ins differ for an Appian Cloud or self-managed environment. Be sure to note which 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.
- On the left side of the console, click Plug-ins.
- Click ADD PLUG-INS.
- Search for and click
Appian Solutions
. - Click DEPLOY.
- Search for and click
Content Tools
. - Click DEPLOY.
Self-Managed EnvironmentsCopy link to clipboard
To deploy the plug-ins for a self-managed environment:
- Find the necessary plug-ins on the AppMarket.
- Follow the Deploying Plug-ins instructions to deploy.
Step 3: Create database objectsCopy link to clipboard
To create the structure for the database tables, views, and other objects that are a part of the AM application, you will need to run a DDL script in your database.
To create the database objects:
-
In your database, run the
01.AwardManagement1.6.0.sql
DDL file 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: Import the applicationCopy link to clipboard
The next step needed is installing the AM 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
AwardManagementv1.6.0.zip
file downloaded in Step 1. - Select Include related import customization file.
- Click UPLOAD. Select the
AwardManagementv1.6.0.properties
file 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 the import will continue in the background.
Note: If the business database is not called Appian
, a warning will occur when importing the data stores. After the import completes, open each data store object and update the Data Source dropdown list to fix this issue.
Step 5: Import and configure RPACopy link to clipboard
The final step required is to install the robotic tasks for the AM application into the target environment.
To import and configure RPA:
- Follow the Setting Up RPA instructions, which show you how to import and configure the RPA files downloaded in Step 1.
Step 6: Setup SAM.gov integrationCopy link to clipboard
- Follow the Setting SAM.gov Integration instructions, which shows you how to configure the API integration.