OpenRefactory APT Repository

OpenRefactory APT Repository of iCR & iCR CLI

Follow these instructions to install iCR and iCR CLI on your Debian/Ubuntu system.

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

1. Add the GPG Key

First, you need to add the iCR repository GPG key to your system. Run the following command:

sudo wget --quiet -O - https://dev.apt.openrefactory.com/gpg-pubkey.asc | sudo tee /etc/apt/keyrings/gpg-pubkey.asc

2. Add the iCR Repository

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

sudo curl -o /etc/apt/sources.list.d/icr.list https://dev.apt.openrefactory.com/icr.list

3. Update the Repository

Update the package repository:

sudo apt update

4. Install Docker Dependencies

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

5. See the available versions of icr

You can see the available versions of iCR before install:

sudo apt list -a icr

6. Install iCR

Now, install iCR using the following command:

sudo apt install icr=5.0.0-dev-build35

7. Setup and Start iCR

Once iCR is installed, set up and then start the iCR service:

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 ?

8. 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.

9. Upgrade iCR to latest version

To upgrade run:

sudo apt update && sudo apt upgrade icr

10. Uninstalling iCR

To uninstall iCR, run:

sudo apt remove icr

11. See the available versions of iCR CLI

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

sudo apt list -a icr-cli

12. Install iCR CLI

Now, install iCR CLI using the following command:

sudo apt install icr-cli=6.1.0-dev-build002

13. 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.

14. Upgrade iCR CLI to latest version

To upgrade run:

sudo apt update && sudo apt upgrade icr-cli

15. Uninstalling iCR CLI

To uninstall iCR CLI, run:

sudo apt remove icr-cli