jason revised this gist 1 year ago. Go to revision
1 file changed, 2 insertions, 2 deletions
InstallHestiaCP.md
| @@ -9,8 +9,8 @@ bash -c "./hst-install.sh \ | |||
| 9 | 9 | --apache yes \ | |
| 10 | 10 | --phpfpm yes \ | |
| 11 | 11 | --multiphp yes \ | |
| 12 | - | --vsftpd no \ | |
| 13 | - | --proftpd yes \ | |
| 12 | + | --vsftpd yes \ | |
| 13 | + | --proftpd no \ | |
| 14 | 14 | --named yes \ | |
| 15 | 15 | --mysql yes \ | |
| 16 | 16 | --mysql-classic no \ | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 1 insertion, 1 deletion
InstallHestiaCP.md
| @@ -28,7 +28,7 @@ bash -c "./hst-install.sh \ | |||
| 28 | 28 | --with-debs no \ | |
| 29 | 29 | --port 8083 \ | |
| 30 | 30 | --hostname $HOSTNAME \ | |
| 31 | - | --emailadministrator@casjay.email \ | |
| 31 | + | --email administrator@casjay.email \ | |
| 32 | 32 | --password Passw@rd \ | |
| 33 | 33 | --lang en \ | |
| 34 | 34 | --force || exit 2" | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 5 insertions, 5 deletions
InstallHestiaCP.md
| @@ -26,11 +26,11 @@ bash -c "./hst-install.sh \ | |||
| 26 | 26 | --api yes \ | |
| 27 | 27 | --interactive no \ | |
| 28 | 28 | --with-debs no \ | |
| 29 | - | --port '8083' \ | |
| 30 | - | --hostname "$HOSTNAME" \ | |
| 31 | - | --email "administrator@casjay.email" \ | |
| 32 | - | --password 'password' \ | |
| 33 | - | --lang 'en' \ | |
| 29 | + | --port 8083 \ | |
| 30 | + | --hostname $HOSTNAME \ | |
| 31 | + | --emailadministrator@casjay.email \ | |
| 32 | + | --password Passw@rd \ | |
| 33 | + | --lang en \ | |
| 34 | 34 | --force || exit 2" | |
| 35 | 35 | else | |
| 36 | 36 | echo "Unsupported platform: only debian/ubuntu dists are supported" | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 1 insertion
InstallHestiaCP.md
| @@ -1,4 +1,5 @@ | |||
| 1 | 1 | ```shell | |
| 2 | + | clear | |
| 2 | 3 | if grep -qsiRE 'ubuntu|debian' /etc/*release; then | |
| 3 | 4 | cd /tmp | |
| 4 | 5 | rm -Rf hst-* | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 2 insertions, 2 deletions
InstallHestiaCP.md
| @@ -4,7 +4,7 @@ cd /tmp | |||
| 4 | 4 | rm -Rf hst-* | |
| 5 | 5 | curl -q -LSsf -O https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && \ | |
| 6 | 6 | chmod 777 ./hst-install.sh && \ | |
| 7 | - | bash -c ./hst-install.sh \ | |
| 7 | + | bash -c "./hst-install.sh \ | |
| 8 | 8 | --apache yes \ | |
| 9 | 9 | --phpfpm yes \ | |
| 10 | 10 | --multiphp yes \ | |
| @@ -30,7 +30,7 @@ bash -c ./hst-install.sh \ | |||
| 30 | 30 | --email "administrator@casjay.email" \ | |
| 31 | 31 | --password 'password' \ | |
| 32 | 32 | --lang 'en' \ | |
| 33 | - | --force || exit 2 | |
| 33 | + | --force || exit 2" | |
| 34 | 34 | else | |
| 35 | 35 | echo "Unsupported platform: only debian/ubuntu dists are supported" | |
| 36 | 36 | exit 1 | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 2 insertions, 2 deletions
InstallHestiaCP.md
| @@ -26,8 +26,8 @@ bash -c ./hst-install.sh \ | |||
| 26 | 26 | --interactive no \ | |
| 27 | 27 | --with-debs no \ | |
| 28 | 28 | --port '8083' \ | |
| 29 | - | --hostname '$HOSTNAME' \ | |
| 30 | - | --email 'administrator@casjay.email' \ | |
| 29 | + | --hostname "$HOSTNAME" \ | |
| 30 | + | --email "administrator@casjay.email" \ | |
| 31 | 31 | --password 'password' \ | |
| 32 | 32 | --lang 'en' \ | |
| 33 | 33 | --force || exit 2 | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 2 insertions, 2 deletions
InstallHestiaCP.md
| @@ -2,9 +2,9 @@ | |||
| 2 | 2 | if grep -qsiRE 'ubuntu|debian' /etc/*release; then | |
| 3 | 3 | cd /tmp | |
| 4 | 4 | rm -Rf hst-* | |
| 5 | - | wget -q https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && \ | |
| 5 | + | curl -q -LSsf -O https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && \ | |
| 6 | 6 | chmod 777 ./hst-install.sh && \ | |
| 7 | - | bash ¬c ./hast-install.sh \ | |
| 7 | + | bash -c ./hst-install.sh \ | |
| 8 | 8 | --apache yes \ | |
| 9 | 9 | --phpfpm yes \ | |
| 10 | 10 | --multiphp yes \ | |
jason revised this gist 1 year ago. Go to revision
1 file changed, 38 insertions
InstallHestiaCP.md(file created)
| @@ -0,0 +1,38 @@ | |||
| 1 | + | ```shell | |
| 2 | + | if grep -qsiRE 'ubuntu|debian' /etc/*release; then | |
| 3 | + | cd /tmp | |
| 4 | + | rm -Rf hst-* | |
| 5 | + | wget -q https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh && \ | |
| 6 | + | chmod 777 ./hst-install.sh && \ | |
| 7 | + | bash ¬c ./hast-install.sh \ | |
| 8 | + | --apache yes \ | |
| 9 | + | --phpfpm yes \ | |
| 10 | + | --multiphp yes \ | |
| 11 | + | --vsftpd no \ | |
| 12 | + | --proftpd yes \ | |
| 13 | + | --named yes \ | |
| 14 | + | --mysql yes \ | |
| 15 | + | --mysql-classic no \ | |
| 16 | + | --postgresql yes \ | |
| 17 | + | --exim yes \ | |
| 18 | + | --dovecot yes \ | |
| 19 | + | --sieve yes \ | |
| 20 | + | --clamav yes \ | |
| 21 | + | --spamassassin yes \ | |
| 22 | + | --iptables yes \ | |
| 23 | + | --fail2ban yes \ | |
| 24 | + | --quota yes \ | |
| 25 | + | --api yes \ | |
| 26 | + | --interactive no \ | |
| 27 | + | --with-debs no \ | |
| 28 | + | --port '8083' \ | |
| 29 | + | --hostname '$HOSTNAME' \ | |
| 30 | + | --email 'administrator@casjay.email' \ | |
| 31 | + | --password 'password' \ | |
| 32 | + | --lang 'en' \ | |
| 33 | + | --force || exit 2 | |
| 34 | + | else | |
| 35 | + | echo "Unsupported platform: only debian/ubuntu dists are supported" | |
| 36 | + | exit 1 | |
| 37 | + | fi | |
| 38 | + | ``` | |