InnovateOne Software Repository Installation Guide

Using the InnovateOne Repository on CentOS 7 and RHEL 7

Follow the steps below to configure your CentOS 7 or RHEL 7 system to use the InnovateOne Software Repository:

Step 1: Download the Repository File

Open a terminal and execute the following command to download the InnovateOne repository file and place it in the appropriate directory:

wget -q https://repo.innovateone.io/innovateone.repo -O /etc/yum.repos.d/innovateone.repo

Step 2: Update the RPM Database

Update your RPM database to ensure that the newly added repository is recognized:

yum update

Step 3: Install Software from the Repository

You can now install any software available in the InnovateOne repository. For example, to install admincentral, run:

yum install admincentral

For additional software, replace admincentral with the name of the desired package.

How to force update

To update any software to it's latest version, run:

yum clean expire-cache; yum update

Manual Installation Guide

Follow the steps below to manually download and install the latest version of InnovateOne software.

Step 1: Download the Latest Version

Visit https://repo.innovateone.io/tarball and download the latest version of the software. For example, download admincentral-1.0.0.tar.gz.

Step 2: Extract the Tarball

Open a terminal and navigate to the directory where you downloaded the tarball. Run the following command to extract the tarball:

tar xfz admincentral-1.0.0.tar.gz

Step 3: Navigate to the Extracted Directory

Change to the extracted directory:

cd admincentral-1.0.0

Step 4: Run the Installation Script

Execute the installation script by running:

sudo source install.sh

Uninstall

To uninstall the software, navigate back to the installation directory and run the uninstall script:

sudo source uninstall.sh

Verify Cron Task Execution

After installation, it is important to verify that the cron task associated with the software is executed correctly. To check the cron jobs, you can use the following command:

sudo crontab -l

Ensure that the cron job related to InnovateOne software appears in the list and is scheduled to run at the expected intervals.

 

Thank you for using the InnovateOne Software Repository. If you encounter any issues or need further assistance, please contact our support team.