Follow these instructions to install iCR on your Debian/Ubuntu system.
Note: This is an iCR development version repository, so there may be bugs found in this version.
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
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
Update the package repository:
sudo apt update
For more details, visit the official Docker installation guide: Docker Engine Installation.
Now, install iCR using the following command:
sudo apt install icr=5.0.0-dev
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 ?
Open a web browser and navigate to:
https://your_server_ip_or_domain:3001
Default credentials:
username: admin and password: admin
Congratulations! You have successfully installed iCR on your system.
To uninstall iCR, run:
sudo apt remove icr