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 script to install BulkPro. Make sure you are not logged in as the root user.
Ubuntu 24
curl https://app.rapiddox.com/releases-bulkpro/v2/online/scripts/ubuntu/install.sh | sh
CentOS
curl https://app.rapiddox.com/releases-bulkpro/v2/online/scripts/centos/install.sh | sh
RedHat 9
curl https://app.rapiddox.com/releases-bulkpro/v2/online/scripts/redhat/install.sh | sh
Amazon Linux 2023
curl https://app.rapiddox.com/releases-bulkpro/v2/online/scripts/amzn/install.sh | sh
Once the installation is complete, run the below command to verify the installation.
rapiddox -V
Now, you can access BulkPro:
- Locally on: localhost:3333
- Remotely on: <Server’s IP>:3333
If you cannot access BulkPro, ensure that port 3333 is allowed in the firewall settings on the machine where BulkPro is installed. While this may not always be necessary, certain firewall configurations might block access. If you encounter connectivity issues, verify that this port is open.
Also, to ensure the application works as intended, please whitelist app.rapiddox.com in your network or firewall.
Installation on Machines without Internet Access
On a machine with 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 -xvzf rapiddox-bulkpro-linux-x64.tar.gz
IMPORTANT NOTE: Ensure Chromium and its dependencies are installed through your system package manager before proceeding further.
Once extracted, run the below command to install BulkPro. Make sure you are not logged in as the root user.
./install.sh
Once the installation is complete, run the below command to verify the installation.
rapiddox -V
Now, you can access BulkPro:
- Locally on: localhost:3333
- Remotely on: <Server’s IP>:3333
If you cannot access BulkPro, ensure that port 3333 is allowed in the firewall settings on the machine where BulkPro is installed. While this may not always be necessary, certain firewall configurations might block access. If you encounter connectivity issues, verify that this port is open.
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.