MediaWiki Install 2022-09-01: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
apt install -y apache2 certbot python3-certbot-apache | apt install -y apache2 certbot python3-certbot-apache | ||
apt install -y mariadb-server php php-mysql libapache2-mod-php php-xml php-mbstring | apt install -y mariadb-server php php-mysql libapache2-mod-php php-xml php-mbstring | ||
# Extra Features: | # Support for Extra MediaWiki Features: | ||
apt install -y php-apcu php-intl imagemagick php-cli php-curl git | apt install -y php-apcu php-intl imagemagick php-cli php-curl git | ||
</pre> | </pre> |
Revision as of 20:24, 24 August 2022
- Previous Version: https://wiki.traxel.com/index.php/MediaWiki_Install_2022-01-22
Create a Host
I'm not going to document this part. Pick your favorite hosting service and create a Debian 10 host. Get the IP address.
IP: 54.202.176.144
System Update and Core Software
apt update -y apt upgrade -y apt install -y emacs-nox apt install -y apache2 certbot python3-certbot-apache apt install -y mariadb-server php php-mysql libapache2-mod-php php-xml php-mbstring # Support for Extra MediaWiki Features: apt install -y php-apcu php-intl imagemagick php-cli php-curl git