OpenRefactory RPM Repository

Welcome to OpenRefactory RPM Repository

Follow these instructions to install iCR and iCR-CLI on your RedHat Based system.

Note: This is iCR and iCR CLI development version repository, so there may be bugs found in this version.

1. Add the iCR Repository

Next, add the iCR repository to your system. Run the following command:

sudo wget -O /etc/yum.repos.d/icr.repo https://dev.rpm.openrefactory.com/icr.repo

2. Update the Repository

Update the package repository:

sudo dnf update

3. Install Docker Dependencies

For more details, visit the official Docker installation guide: Docker Engine Installation.

4. See the available versions

You can see the available versions of iCR before install:

sudo dnf list --showduplicates icr

5. Install iCR

Now, install latest iCR using the following command

sudo dnf install icr

For installing a specific version iCR using the following command

sudo dnf install icr-6.1.1-dev.35

6. Setup and Start iCR

Once iCR is installed, we need to set up and then start the iCR application:


    icr -l <icr_license>                  # This will set up the license
    icr -a <your_server_ip_or_domain>     # This will set up your server IP or domain
    icr -c start                          # This will start the iCR application
        

To know all commands, run:

icr -h or icr ?

7. Access iCR

Open a web browser and navigate to:

https://your_server_ip_or_domain:3001

Default credentials:

username: admin and password: admin

Installation Completed!

Congratulations! You have successfully installed iCR on your system.

8. Upgrade iCR to latest version

To upgrade run:

sudo dnf update && sudo dnf upgrade icr

9. Uninstalling iCR

To uninstall iCR, run:

sudo dnf remove icr

10. See the available versions of iCR CLI

You can see the available versions of iCR cli before install:

sudo dnf list --showduplicates icr-cli

11. Install iCR CLI

Now, install latest iCR CLI using the following command:

sudo dnf install icr-cli

For installing a specific version of iCR CLI using the following command:

sudo dnf install icr-cli-6.1.1-dev.35

12. Usage of iCR CLI

To know all commands, run:

icr-cli -h or icr-cli ?

Installation Completed!

Congratulations! You have successfully installed iCR CLI on your system.

13. Upgrade iCR CLI to latest version

To upgrade run:

sudo dnf update && sudo dnf upgrade icr-cli

14. Uninstalling iCR CLI

To uninstall iCR CLI, run:

sudo dnf remove icr-cli