Mainos / Advertisement:
Ero sivun ”Zpanel” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: Zpanel on hosting hallintapaneeli Ubuntulle ja CentOS:ille. Saatavilla myös Windowssille ja muille Linux distroille. == Asentaminen == * Virallisesti tämä toimii Ubuntu 12.04L...) |
|||
Rivi 29: | Rivi 29: | ||
Aloita asentaminen | Aloita asentaminen | ||
+ | <pre> | ||
bash 10_1_1.sh | bash 10_1_1.sh | ||
+ | |||
+ | [[File:zpanel_asennus_1.png|300px]] | ||
+ | |||
+ | [[File:zpanel_asennus_2.png|300px]] | ||
+ | |||
+ | <pre> | ||
+ | Enter the FQDN you will use to access ZPanel on your server. | ||
+ | - It MUST be a sub-domain of you main domain, it MUST NOT be your main domain only. Example: panel.yourdomain.com | ||
+ | - Remember that the sub-domain ('panel' in the example) MUST be setup in your DNS nameserver. | ||
+ | FQDN for zpanel: web4 | ||
+ | Enter the public (external) server IP: publicip | ||
+ | ZPanel is now ready to install, do you wish to continue (y/n) | ||
+ | </pre> | ||
[[Luokka:Linux|Zpanel]] | [[Luokka:Linux|Zpanel]] |
Versio 23. tammikuuta 2016 kello 12.54
Zpanel on hosting hallintapaneeli Ubuntulle ja CentOS:ille. Saatavilla myös Windowssille ja muille Linux distroille.
Asentaminen
- Virallisesti tämä toimii Ubuntu 12.04LTS versiossa mutta testasimme Ubuntu 14.04LTS versiossa.
Asenna vaaditut paketit
aptitude install apach2 php5 mysql-server mysql-client bind9 postfix dovecot-core dovecot-imapd dovecot-pop3d dovecot-mysql proftpd
Lataa Asennuscripti.
wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh
Avaa asennuscripti tiedosto ja muokkaa riviltä (61)
if [ "$OS" = "Ubuntu" ] && [ "$VER" = "12.04" ]; then
seuraavanlaiseksi
if [ "$OS" = "Ubuntu" ] && [ "$VER" = "14.04" ]; then
Tallenna tiedosto ja sulje.
Aloita asentaminen
bash 10_1_1.sh [[File:zpanel_asennus_1.png|300px]] [[File:zpanel_asennus_2.png|300px]] <pre> Enter the FQDN you will use to access ZPanel on your server. - It MUST be a sub-domain of you main domain, it MUST NOT be your main domain only. Example: panel.yourdomain.com - Remember that the sub-domain ('panel' in the example) MUST be setup in your DNS nameserver. FQDN for zpanel: web4 Enter the public (external) server IP: publicip ZPanel is now ready to install, do you wish to continue (y/n)
Mainos / Advertisement: