Beginning with Appian 25.4, all new versions of Appian will require containers managed by Kubernetes to run in a self-managed environment. Review the 24.4 release notes and frequently asked questions to learn more. |
The configure
script allows you to manage and deploy custom configurations to Appian installations in a repeatable manner. It also aids with the initial setup of the configurations required for running Appian.
Results of the script are logged to configure.log in the same directory in which the script resides.
Use of a version control system in conjunction with the script is highly recommended. The script creates a repository directory in which all configuration files are stored before being deployed. This directory should be version controlled using your preferred version control mechanism, such as Git.
Caution: Appian does not support any custom configurations of the Tomcat instance included with Appian. If you do modify the Tomcat instance of a self-managed installation, we cannot guarantee that hotfixes or upgrades will not impact or overwrite the modifications. For example, we do not support enabling HTTP Strict Transport Security (HSTS) in the Tomcat instance included with Appian. Instead, we recommend adding HSTS headers at the web server layer or via an upstream network device.
Life cycleCopy link to clipboard
The typical life cycle of using the configure
script to aid configuration management with Appian is as follows:
- Install Appian and the prerequisites software.
- Create a repository for configurations using the
configure
script. - Back up the new Appian installation before applying any configurations.
- Register an environment with the
configure
script. - Edit the configuration files in the repository to set the relevant properties for the given environment.
- Validate the configurations using the
configure
script. - Use the
configure
script to deploy the configurations to Appian.
Note: The configure script does not change configurations. It deploys the configurations that are stored in its repository. You must change configuration files like custom.properties, password.properties, and appian-topology.xml. Change these files in the configure script repository, version control the changes, and then use the configure script to deploy the changes.
Running the scriptCopy link to clipboard
To run the script:
- Navigate to
<APPIAN_HOME>/_admin/_scripts/configure
- Run
configure.sh
(orconfigure.bat
on Windows)
The script provides a menu driven interface for executing the various configuration and deployment tasks. The script can also be run in a non-interactive manner by passing parameters on the command line when executing the script—see the Silent Mode section for details.
Creating the configuration repositoryCopy link to clipboard
The first step when running the configure
script on a new machine is creating a repository. The configuration repository is where your custom configurations will be stored.
- Run
configure.sh
(orconfigure.bat
on Windows). - From the main menu, select 1 - Create or select a repository.
- Provide the path to a directory in which the repository will be created.
- Once you have created the repository, use your preferred version control system to version control the repository directory.
After you create a repository, the repository location is displayed in the menu's banner and additional menu options become available. Also, the menu option to create a repository becomes an option to change the repository location, which creates a new repository at the given new location.
Backing up AppianCopy link to clipboard
Backing up the Appian directories is recommended before deploying any custom configurations.
Run this script option after installing Appian but before deploying any custom configurations in order to create a backup copy which can be restored. To undo all custom configurations, restore from this backup by deleting the directories from Appian and copying these backup directories to the <APPIAN_HOME>
directory.
- Run
configure.sh
(orconfigure.bat
on Windows). - From the main menu, select
2 - Create initial backup of Appian installation
. - Provide a directory to which the files will be copied.
The configure
script does not back up Appian data. Use the scripts described in the Data Maintenance page to manage data backups.
See also: Data Maintenance
Registering an environmentCopy link to clipboard
This option is only available once you have created a repository.
An environment is an Appian instance that has different configurations than other instances. For instance, you may have one set of configurations for your development environment and a different set of configurations for your production environment.
Creating a new environment creates an initial copy of configuration files from templates that are specific to that environment. When deploying configurations, the environments you create will be available as selectable options and the corresponding files will be copied to the target instance of Appian.
- Run
configure.sh
(orconfigure.bat
on Windows) - From the main menu, select
3 - Register an environment
- At the next prompt, give the environment a name (for example, prod, staging, or dev)
The following names are reserved and cannot be used as an environment name:
- log
- template
- example
- properties
- txt
- xml
- bat
- sh
- jar
- sec
- jpg
- gif
- png
- ear
- war
- dodeploy
Validating an installationCopy link to clipboard
This option identifies the file and configuration changes in your installation so you can validate the changes to your environment, and easily troubleshoot any potential issues.
This option is only available after installation, and should be run before you select a repository.
To validate your installation:
- Run
configure.sh
(orconfigure.bat
on Windows). -
From the main menu, select
3 - Validate installation
.Note: If you already selected a repository, select
6 - Tools
and then choose3 - Validate installation
. - Provide a directory to which the files will be copied.
Once the validatation is complete, the following results will be populated:
- Configuration Hashes: A representative integer value is created for each configuration. Use these values to compare each node to identify differences. This output is also created as
config-result.csv
under_scripts/configure/installation-validation/
. - Installation Differences: A baseline is compared against the prevailing installation to identify files that have been
MODIFIED
,MISSING
, orUNEXPECTED
. This output is also created asresult.csv
under_scripts/configure/installation-validation/
.
Editing configurationsCopy link to clipboard
The configure
script does not modify values in the configuration files in the repository.
After registering an environment, set the desired configuration values for that environment by editing the configuration files suffixed with the environment name. Additionally, you can provide new files in the configuration repository that will be copied to the target when deploying. For instance,
- A
k3.lic.env
file placed in<REPO>/server/_bin/k/linux64/
and ak4.lic.env
file placed in<REPO>/data-server/engine/bin/q/l64/
will be copied to the corresponding directories in<APPIAN_HOME>
when theenv
environment is deployed.
For more details on setting configuration values see:
Validating configurationsCopy link to clipboard
This option is only available once you have created a repository.
The configure
script can conduct a minimal review of the configuration files to verify that custom.properties
is present and that the essential properties are defined there.
- Run
configure.sh
(orconfigure.bat
on Windows). - From the main menu, select
4 - Validate configurations
.
The validation will inspect all registered environments and either report success or any validation errors back to the console
Validation of a specific environment is also performed automatically when you deploy configurations for the selected environment.
Deploying configurationsCopy link to clipboard
This option is only available once you have registered an environment.
The configuration script deploys configurations by copying the configuration files from the repository directory to the target Appian directory.
Before executing this option you must edit the appropriate configuration files for the environment that you wish to deploy.
- Run
configure.sh
(orconfigure.bat
on Windows). - From the main menu, select
5 - Deploy configurations
. - Select the environment for which configurations should be deployed.
- Select to deploy configurations to Appian. The configuration files will be deployed to the selected targets.
If you have not run a backup before deploying configurations, the script will prompt you to run an optional backup before deploying configurations.
ToolsCopy link to clipboard
The tools menu contains utilities to aid in the configuration and deployment of Appian.
Encoding passwords for use in data source configurationsCopy link to clipboard
- Run
configure.sh
(orconfigure.bat
on Windows) - From the main menu, select
6 - Tools
- Select
1 - Encode passwords for use in data source configuration
- Provide a password to be encoded (the password will not be stored)
- The encoded password will be returned. Use this password in datasource configuration files.
Configure Tomcat clustering by specifying a node nameCopy link to clipboard
- Run
configure.sh
(orconfigure.bat
on Windows) - From the main menu, select
6 - Tools
- Select
2 - Configure Tomcat clustering by specifying a node name
- Provide the worker node name from your web server configuration that corresponds to this server. For example, a value might be
node1
ornode2
.
Silent modeCopy link to clipboard
The above activities are available as command line options allowing you to build scripts that bypass the menu-driven interactive interface. The silent mode is accessed by passing -silent
as a parameter to the script. The task name for the desired activity must be passed as task=value
, plus any parameters necessary for that task. Additional parameters and their corresponding values are passed in the parameter=value
format. For example, to run the deployAppianConfigurations
task:
1
configure.sh -silent task=deployAppianConfigurations environmentName=dev
Copy
Activity | Task Name | Parameters | Prerequisites |
---|---|---|---|
Create Repository | createRepository |
|
None |
Back up Appian | backupAppian |
|
None |
Register Environment | registerEnvironment |
|
A repository must have been created, either through silent mode or using the menu-driven interface. |
Validate Configurations | validateConfigurations |
None |
|
Deploy Configurations to Appian | deployAppianConfigurations |
|
|
Encode Data Source Password | encodeDataSourcePassword |
|
None |