Skip to main content
Version: 1.0.6.0

Setting up HTTP server

Before configuring your local repository, please ensure you have the following prerequisites:

  • Setting up a repository node, which can be within the cluster, which runs a supported operating system.
  • Allow all nodes in your cluster to access the repository node via the network.
  • The repository node must have a package manager installed such as yum/dnf (for RHEL, CentOS or Rocky Linux) or apt (for Ubuntu).

Creating a HTTP server

Préconisation

The Clemlab team recommends the use of Apache httpd.

Setup

sudo yum install -y httpd

Enable

sudo systemctl enable httpd && sudo systemctl start httpd