Mainos / Advertisement:

Ero sivun ”ISPConfig” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: ISPConfig on web hosting palveluille tarkoitettu graafinen käyttöliittymä. == Asennus == Tässä ohje joka perustuu seuraavaan ohjeeseen: https://www.howtoforge.com/tutorial/...)
 
Rivi 3: Rivi 3:
 
== Asennus ==
 
== Asennus ==
  
Tässä ohje joka perustuu seuraavaan ohjeeseen: https://www.howtoforge.com/tutorial/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/ johon lisätty customointeja:
 
  
* Nginx
+
<pre>
* PHP7.0-fpm
+
cd /tmp
 
+
wget --no-check-certificate -O installer.tgz "https://github.com/servisys/ispconfig_setup/tarball/master"
Asenna paketteja
+
tar zxvf installer.tgz
 
+
cd *ispconfig*
  sudo apt install nginx php7.0 php7.0-fpm php7.0-gd php7.0-mysql php7.0-imap php7.0-mcrypt imagemagick php7.0-curl php7.0-intl php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl memcached php-memcache php-imagick php-gettext php7.0-zip php7.0-mbstring
+
bash install.sh
 +
</pre>

Versio 6. elokuuta 2017 kello 11.51

ISPConfig on web hosting palveluille tarkoitettu graafinen käyttöliittymä.

Asennus

cd /tmp
wget --no-check-certificate -O installer.tgz "https://github.com/servisys/ispconfig_setup/tarball/master"
tar zxvf installer.tgz
cd *ispconfig*
bash install.sh
Mainos / Advertisement: