Install TIBCO BPM Enterprise Developer Server
- Procedure
- Navigate to the temporary directory containing the previously downloaded and extracted TIBCO BPM Enterprise archive file.
- Run the TIBCOUniversalInstaller executable.
- Click Next on the Welcome screen.
- Accept the license agreement and click Next.
- Select
Create a New TIBCO_HOME to create a new installation environment. In the
Directory field, specify or browse to the directory into which you want to install
TIBCO BPM Enterprise, then click
Next.
Note:
- The directory cannot be the same as the directory of an existing installation environment.
- The directory should be empty.
- The directory path cannot contain the following special characters:
# $ % & * < > ? ` |
- On the Installation Profile Selection screen, select BPM Developer Server, then click Next.
- Accept the default directory in the TIBCO Configuration Directory screen (referred to as
CONFIG_HOME), or type a directory name, or click
Browse to select a directory, then click
Next.
Ensure that the selected directory is not the configuration directory for another TIBCO installation environment.
- On the Pre-Install Summary screen, verify the details, then click
Next.
The installer completes the following tasks:
- processes and copies the required TIBCO BPM Enterprise files to TIBCO_HOME
- configures the TIBCO BPM Enterprise software, copying the required files to CONFIG_HOME
- builds Docker images of the PostgreSQL, ApacheDS LDAP server, and TIBCO BPM Enterprise application, and
- starts the
TIBCO BPM Enterprise Developer Server (using
docker-compose up
), which exposes the PostgreSQL, ApacheDS LDAP server, and TIBCO BPM Enterprise application as services.
- When the installation is complete, click Finish to close the installer.
- Verify that you can log into
TIBCO BPM Enterprise, as the
tibco-admin
user (with passwordsecret
), on the following URL:http://localhost/apps/login/index.html
Note: Do not shutdown Docker Compose, to avoid data loss, because the database is part of the Docker Compose.