Diskussion:Server/MediaWiki: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 28: | Zeile 28: | ||
pkg install -y php74-extensions | pkg install -y php74-extensions | ||
== install downloaded mediawiki | == install downloaded mediawiki == | ||
https://www.howtoforge.com/how-to-install-mediawiki-with-nginx-and-lets-encrypt-ssl-on-ubuntu-20-04/ | * https://www.howtoforge.com/how-to-install-mediawiki-with-nginx-and-lets-encrypt-ssl-on-ubuntu-20-04/ | ||
* https://fedingo.com/how-to-install-mediawiki-with-nginx-in-ubuntu/ | |||
== MediaWiki on FreeBSD == | |||
* https://www.cyberciti.biz/faq/freebsd-install-php-7-2-with-fpm-for-nginx/ | |||
* https://unixcop.com/how-to-install-mediawiki-on-freebsd/ | |||
* https://xw.is/wiki/Installing_Mediawiki_1.27_on_FreeBSD_11.1 | |||
---- | |||
nginx | |||
* https://raymii.org/s/tutorials/NGINX_proxy_folder_to_different_root.html | |||
* https://serversforhackers.com/c/nginx-php-in-subdirectory | |||
* https://unit.nginx.org/howto/mediawiki/ | |||
* https://www.cyberciti.biz/faq/freebsd-install-nginx-webserver/ | |||
mariadb | |||
* https://www.cyberciti.biz/faq/how-to-install-mariadb-databases-on-a-freebsd-v10-unix-server/ |
Aktuelle Version vom 28. Oktober 2021, 23:24 Uhr
Pakete, die vielleicht auch notwendig sind[Bearbeiten]
pkg install p5-String-SetUTF8 php5-xmlreader php5-tidy
vertok editor 2017-12-16[Bearbeiten]
ln -s /usr/local/etc/mods-available/rewrite.load /usr/local/etc/mods-enabled/rewrite.load
FreeBSD PHP 7.4[Bearbeiten]
- 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[Bearbeiten]
- https://www.howtoforge.com/how-to-install-mediawiki-with-nginx-and-lets-encrypt-ssl-on-ubuntu-20-04/
- https://fedingo.com/how-to-install-mediawiki-with-nginx-in-ubuntu/
MediaWiki on FreeBSD[Bearbeiten]
- https://www.cyberciti.biz/faq/freebsd-install-php-7-2-with-fpm-for-nginx/
- https://unixcop.com/how-to-install-mediawiki-on-freebsd/
- https://xw.is/wiki/Installing_Mediawiki_1.27_on_FreeBSD_11.1
nginx
- https://raymii.org/s/tutorials/NGINX_proxy_folder_to_different_root.html
- https://serversforhackers.com/c/nginx-php-in-subdirectory
- https://unit.nginx.org/howto/mediawiki/
- https://www.cyberciti.biz/faq/freebsd-install-nginx-webserver/
mariadb