ispconfig.md
· 540 B · Markdown
Raw
# ispconfig on rhel9
```shell
dnf config-manager --enable crb
```
```shell
dnf install -y epel-release
```
```shell
dnf install -y wget curl
```
```shell
dnf install -y https://repo.okay.com.mx/centos/9/x86_64/release/okay-release-1-10.el9.noarch.rpm --nogpgcheck
```
```shell
dnf install -y task-ispconfig3
```
```shell
systemctl enable --now mariadb
```
```shell
wget https://ispconfig.org/downloads/ISPConfig-3.2.11p1.tar.gz
tar -zxvf ISPConfig-3.2.11p1.tar.gz
cd ispconfig3_install/install
```
```shell
php install.php
```
ispconfig on rhel9
dnf config-manager --enable crb
dnf install -y epel-release
dnf install -y wget curl
dnf install -y https://repo.okay.com.mx/centos/9/x86_64/release/okay-release-1-10.el9.noarch.rpm --nogpgcheck
dnf install -y task-ispconfig3
systemctl enable --now mariadb
wget https://ispconfig.org/downloads/ISPConfig-3.2.11p1.tar.gz
tar -zxvf ISPConfig-3.2.11p1.tar.gz
cd ispconfig3_install/install
php install.php