2022 WordPress auf Debian installieren | mit SSL Verschlüsselung | Tutorial Deutsch | WQHD

#wordpress erstellen –>

YouTube

By loading the video, you agree to YouTube's privacy policy.
Learn more

Load video


Servus, in diesem Video erkläre ich Schritt für Schritt wie man WordPress auf einen Debian virtual / root / dedicated Server installiert. Dazu einfach dem Video und den Commands aus der Beschreibung folgen.

Alle Commands:

Installationsvoraussetzungen:

PHP, Apache2, MariaDB, optional Certbot

cd /var/www/ORDNERNAME

wget https://wordpress.org/latest.zip

unzip latest.zip

rm -r latest.zip

cp wp-config-sample.php wp-config.php

mariadb

CREATE DATABASE tutorial;
GRANT ALL PRIVILEGES ON tutorial.* to tutorial@localhost identified by ‘SicheresPasswort’;

nano wp-config.php

chown -R www-data:www-data /var/www/ORDNERNAME

cd /etc/apache2/sites-available

nano SEITENNAME.conf

______________________________
Eigene Daten eingeben !!!

Apache Datein hier angucken (YouTube lässt die spitzen Klammern in der Videobeschreibung leider nicht zu)

https://pastebin.com/qqtKx0zN
______________________________

a2ensite SEITENNAME.conf

systemctl reload apache2

certbot –apache

______________________________
Verwendete Musik:

YouTube

By loading the video, you agree to YouTube’s privacy policy.
Learn more

Load video

______________________________
Discord: simon#6360
______________________________

simon

Share

Comments

  1. Sehr informatives Video, danke!

  2. 😋 𝚙𝚛𝚘𝚖𝚘𝚜𝚖

Comments are closed.