Diskussion:Server/MediaWiki: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 27: | Zeile 27: | ||
pkg install -y php74-extensions | pkg install -y php74-extensions | ||
== install downloaded mediawiki 1.35 == | |||
https://www.howtoforge.com/how-to-install-mediawiki-with-nginx-and-lets-encrypt-ssl-on-ubuntu-20-04/ |
Version vom 28. Oktober 2021, 16:41 Uhr
Pakete, die vielleicht auch notwendig sind
pkg install p5-String-SetUTF8 php5-xmlreader php5-tidy
vertok editor 2017-12-16
ln -s /usr/local/etc/mods-available/rewrite.load /usr/local/etc/mods-enabled/rewrite.load
FreeBSD PHP 7.4
- nginx
- MySQL
pkg install -y mediawiki135-php74
pkg install -y nginx
pkg install -y php74
less /usr/local/etc/php.ini
ls -al /usr/local/etc/ | grep -i php
ls -al /usr/local/etc/php/
ls -al /usr/local/etc/php-fpm.d/
pkg install -y php74-extensions
install downloaded mediawiki 1.35
https://www.howtoforge.com/how-to-install-mediawiki-with-nginx-and-lets-encrypt-ssl-on-ubuntu-20-04/