Last active 1748308868

jason's Avatar jason revised this gist 1748308868. Go to revision

1 file changed, 2 insertions

ispconfig.md

@@ -25,6 +25,8 @@ systemctl enable --now mariadb
25 25 ```
26 26
27 27 ```shell
28 + mkdir -p /usr/local/src/ispconfig
29 + cd /usr/local/src/ispconfig
28 30 wget https://ispconfig.org/downloads/ISPConfig-3.2.11p1.tar.gz
29 31 tar -zxvf ISPConfig-3.2.11p1.tar.gz
30 32 cd ispconfig3_install/install

jason's Avatar jason revised this gist 1748308729. Go to revision

1 file changed, 38 insertions

ispconfig.md(file created)

@@ -0,0 +1,38 @@
1 + # ispconfig on rhel9
2 +
3 + ```shell
4 + dnf config-manager --enable crb
5 + ```
6 +
7 + ```shell
8 + dnf install -y epel-release
9 + ```
10 +
11 + ```shell
12 + dnf install -y wget curl
13 + ```
14 +
15 + ```shell
16 + dnf install -y https://repo.okay.com.mx/centos/9/x86_64/release/okay-release-1-10.el9.noarch.rpm --nogpgcheck
17 + ```
18 +
19 + ```shell
20 + dnf install -y task-ispconfig3
21 + ```
22 +
23 + ```shell
24 + systemctl enable --now mariadb
25 + ```
26 +
27 + ```shell
28 + wget https://ispconfig.org/downloads/ISPConfig-3.2.11p1.tar.gz
29 + tar -zxvf ISPConfig-3.2.11p1.tar.gz
30 + cd ispconfig3_install/install
31 + ```
32 +
33 + ```shell
34 + php install.php
35 + ```
36 +
37 +
38 +
Newer Older