Mainos / Advertisement:

Ero sivun ”Zpanel” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Rivi 31: Rivi 31:
 
   bash 10_1_1.sh
 
   bash 10_1_1.sh
  
Seuraa asennusvelhoa
+
Seuraa asennusvelhoa:
  
[[File:zpanel_asennus_1.png|300px]]
+
* Valitse maa-alue ja aikavyöhyke
 +
* Webosoite johon hallinta vastaa. Voit vaihtaa tämän jälkikäteen. Tämä ei saa olla päädomain vaan pitää olla alidomain.
 +
* Julkinen IP-osoitteesi palvelimelle
  
[[File:zpanel_asennus_2.png|300px]]
+
[[File:zpanel_asennus_1.png|400px]]
 +
 
 +
[[File:zpanel_asennus_2.png|400px]]
  
 
<pre>
 
<pre>
Rivi 41: Rivi 45:
 
- It MUST be a sub-domain of you main domain, it MUST NOT be your main domain only. Example: panel.yourdomain.com
 
- 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.
 
- Remember that the sub-domain ('panel' in the example) MUST be setup in your DNS nameserver.
FQDN for zpanel: web4
+
FQDN for zpanel: panel.zpanel.com
 
Enter the public (external) server IP: publicip
 
Enter the public (external) server IP: publicip
 
ZPanel is now ready to install, do you wish to continue (y/n)
 
ZPanel is now ready to install, do you wish to continue (y/n)
 
</pre>
 
</pre>

Versio 23. tammikuuta 2016 kello 13.03

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

Seuraa asennusvelhoa:

  • Valitse maa-alue ja aikavyöhyke
  • Webosoite johon hallinta vastaa. Voit vaihtaa tämän jälkikäteen. Tämä ei saa olla päädomain vaan pitää olla alidomain.
  • Julkinen IP-osoitteesi palvelimelle

Zpanel asennus 1.png

Zpanel asennus 2.png

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: panel.zpanel.com
Enter the public (external) server IP: publicip
ZPanel is now ready to install, do you wish to continue (y/n)
Mainos / Advertisement: