This script is designed to install and configure a DXSpider Cluster using the MOJO repository efficiently and in just a few minutes.
- Quick and Easy Installation: Automates the setup process, allowing a functional DXSpider cluster to be deployed in minimal time.
- Wide OS Compatibility: Tested and verified to work on numerous Linux distributions (details below).
- Minimal User Interaction: Handles complex configurations with simple steps and prompts.
Follow the steps below to install DXSpider using the provided script. Ensure you are logged in as the root user or have appropriate privileges.
Use wget to download the script from the GitHub repository:
wget https://github.com/glaukos78/dxspider_installation_v2/archive/refs/heads/main.zip -O dxspider_installation.zipEnsure you are running as the root user before proceeding. You can check this with:
whoamiIf the output is not root, switch to the root user or use sudo where necessary.
Unzip the downloaded file, navigate to the extracted directory, and set the appropriate permissions for the installation script:
unzip dxspider_installation.zip
cd dxspider_installation_v2-main/
chmod a+x install_dxspider.shExecute the installation script and follow the on-screen prompts to complete the setup:
./install_dxspider.shBy following these steps, DXSpider will be installed on your system. If you encounter any errors, ensure all dependencies are met and permissions are correctly set.
The installation script has been tested and verified to work on the following Linux distributions:
- CentOS Linux 8 (Core)
- Rocky Linux 8.5 (Green Obsidian)
- Rocky Linux 9.4 (Blue Onyx)
- AlmaLinux 9.4 (Seafoam Ocelot)
- Raspbian GNU/Linux 9 (stretch)
- Raspbian GNU/Linux 10 (buster)
- Raspbian GNU/Linux 11 (bullseye)
- Raspbian GNU/Linux 12 (bookworm)
- Debian GNU/Linux 9 (stretch)
- Debian GNU/Linux 10 (buster)
- Debian GNU/Linux 11 (bullseye)
- Debian GNU/Linux 12 (bookworm)
- Ubuntu 22.04 LTS
- Ubuntu 22.04.1 LTS
- Ubuntu 22.04.2 LTS
- Ubuntu 22.04.3 LTS
- Ubuntu 22.04.4 LTS
- Ubuntu 24.04 LTS
- Ubuntu 24.04.1 LTS
- Ubuntu 24.04.2 LTS
- Ubuntu 25.04
- Fedora Linux 40 (Server Edition)
- Fedora Linux 40 (Workstation Edition)
- Fedora Linux 41 (Server Edition)
- Fedora Linux 41 (Workstation Edition)
- Linux Mint 21.1
- Ensure you are using one of the above operating systems for compatibility with the script.
- If your distribution is not listed, the script might still work, but functionality has not been officially confirmed.
This project is licensed under the terms of the MIT License. See the LICENSE file for details.
Developed by SV5FRI.
For issues or contributions, feel free to open a GitHub issue or submit a pull request.