CodeLogic Offline Installation for RHEL
Acquire the CodeLogic installer from a host that has internet access and copy it to the target server.
Acquire the CodeLogic Installer
# Linux
wget http://repo.codelogic.com/redhat/RPMS/noarch/codelogic-<CODELOGIC_VERSION>.noarch.rpm
# Windows
Invoke-WebRequest -Uri "http://repo.codelogic.com/redhat/RPMS/noarch/codelogic-<CODELOGIC_VERSION>.noarch.rpm" -OutFile "codelogic-<CODELOGIC_VERSION>.noarch.rpm"
Note
Replace <CODELOGIC_VERSION>
with the version of CodeLogic you are installing.
-
Install and Configure the Docker Engine
- Follow the instructions for RHEL "Install from package" at Install Docker Engine on RHEL
Find missing dependencies that are required for the CodeLogic server
Find and Install Missing Dependencies
rpm -qp codelogic-<CODELOGIC_VERSION>.noarch.rpm --requires
Note
All missing dependencies must be installed prior to installing CodeLogic.
Install CodeLogic
RPM, YUM and DNF Installation Options
sudo rpm -ivh codelogic-<CODELOGIC_VERSION>.noarch.rpm
sudo yum localinstall codelogic-<CODELOGIC_VERSION>.noarch.rpm
sudo dnf install codelogic-<CODELOGIC_VERSION>.noarch.rpm
Up Next: Configuring CodeLogic