TABLE OF CONTENTS
- Installation on machines with Internet Access
- Installation on machines without Internet Access
- Non-Prod environment restrictions
Installation on machines with Internet Access
From the command line, run the below install script to install the application.
Debian/Ubuntu
curl https://app.rapiddox.com/releases-bulkpro/ubuntu/install.sh | sh
CentOS
curl https://app.rapiddox.com/releases-bulkpro/centos/install.sh | sh
RedHat Linux (RHEL 7+)
curl https://app.rapiddox.com/releases-bulkpro/redhat/install.sh | sh
Amazon Linux
curl https://app.rapiddox.com/releases-bulkpro/amzn/install.sh | sh
Once the installation is complete, run the below command to verify the installation.
rapiddox -V
Installation on machines without Internet Access
On a machine without an internet access, logon to the customer portal using your username and password that were created during the registration process. Download the Linux bundled installer from the customer portal.
Copy the bundled installer on to your machine where you would like to install the RapidDox BulkPro application. Once copied, extract the bundled installer using the following command.
tar xvf rapiddox-bulkpro-linux-x64.tar.xz
IMPORTANT NOTE: Ensure chromium and its dependencies are installed through your system package manager before proceeding further.
Once extracted, run the below command as a user with sudo access to install the RapidDox BulkPro application.
./installer.sh
Once the installation is complete, run the below command to verify the installation.
rapiddox -V
Non-Prod environment restrictions
The RapidDox BulkPro license provides the flexibility to utilize the product across four distinct machines, namely Production, UAT, QA, and Development. In the Production configuration, there are no restrictions on the number of threads or the volume of files processed per day. Conversely, in the UAT, QA, and Development configurations, the BulkPro product operates on a single thread, and the maximum allowable number of processed files per day is limited to 50.