Diskussion:Server/MediaWiki: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 6: Zeile 6:


: <code>ln -s /usr/local/etc/mods-available/rewrite.load /usr/local/etc/mods-enabled/rewrite.load</code>
: <code>ln -s /usr/local/etc/mods-available/rewrite.load /usr/local/etc/mods-enabled/rewrite.load</code>
== 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 ==
* 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 29. Oktober 2021, 00: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]

MediaWiki on FreeBSD[Bearbeiten]


nginx

mariadb