noblekeron.blogg.se

Install mediawiki
Install mediawiki




install mediawiki
  1. INSTALL MEDIAWIKI INSTALL
  2. INSTALL MEDIAWIKI SOFTWARE
  3. INSTALL MEDIAWIKI MAC
install mediawiki

These are packaged in debian and in the relevant backports repositories. Mediawiki has a release cycle where every fourth release is an LTS version, the latest of which is currently 1.35.x. It's used in Wikimedia projects (Wikipedia, Wiktionary, Wikisource, Wikibooks.) and many other wikis. memcached can be used for object caching.An open source wiki engine which is available under the GNU General Public License.GNU diff3 can be provided to automatically resolve conflicts.Sending email notifications via the server itself requires a message transfer agent (MTA).Shell access is required to run Maintenance scripts upgrading MediaWiki may be more difficult without it.In most Debian/Ubuntu-based distros, this is in the texlive package. TeX is required for inline display of mathematical formulae.ImageMagick or GD is required for Image thumbnailing.See Manual:Reduce size of the installation.

INSTALL MEDIAWIKI INSTALL

The install size can be reduced to around 50MB for a developer install and to around 26MB for a non-developer, end-user install. Some users have reported running MediaWiki on computers with as little as 48MB of RAM. The recommended minimum requirements are 256MB of RAM for a single-computer website and 85MB of storage, although this will not suffice for a busy public site or a site with uploading enabled. Some Hosting services also provide such software.

INSTALL MEDIAWIKI SOFTWARE

Some users find it helpful to install additional control panel software such as phpMyAdmin (MySQL/MariaDB) or phpPgAdmin (PostgreSQL) to help administer the database server. We strongly advise to no longer to use these. Since MediaWiki 1.34, we no longer support using Oracle and Microsoft SQL Server. You will need one of the following database servers to run the latest version of MediaWiki: MediaWiki stores all the text and data (content pages, user details, system messages, etc.) in a database, which it is capable of sharing with other web-based applications (phpBB, etc.). If you need to compile PHP from source, then see PHP configuration for compilation options that affect MediaWiki. VisualEditor requires libcurl support (php-curl on Debian/Ubuntu-based distros).

  • MediaWiki extensions may require additional PHP features, e.g.
  • Please take this into consideration if you plan to install MediaWiki on a shared host.
  • Some features of MediaWiki may require PHP functions that execute external processes, like image thumbnailing, that some cheap hosts usually disable.
  • On most Debian/Ubuntu-based distros the php-mysql package is required if you want MediaWiki to use MySQL.
  • Note that all of these are enabled in PHP by default.
  • mbstring (required since 1.27, recommended for earlier versions).
  • Perl Compatible Regular Expressions (PCRE).
  • We are not aware of any issues, but it is not as well tested as PHP 7. Support for PHP 8.0 in MediaWiki is experimental. See the page on Compatibility for further information.
  • For the latest stable version of MediaWiki, at least PHP 7.3.19/7.4.3 is required.
  • PHP is the programming language in which MediaWiki is written, and is required in order to run the software. Nginx ( configuration example) is a good choice as well. Most installations use the Apache HTTPD web server. MediaWiki is broadly compatible with all major web servers that can invoke a compatible version of PHP. Often you will not have a choice of which software to use – it will be the one provided by your hosting provider. In order to serve wiki pages to browsers, MediaWiki requires some web server software.

    INSTALL MEDIAWIKI MAC

    It is available for both Windows and Mac, but is generally used on Mac instead of Windows. MAMP includes the ability to run the Apache web server and a MySQL database. It is available for Linux, Windows, Mac and Solaris.Īs of January 2021, the latest version of XAMPP includes PHP 8.0 (MediaWiki requires at least 7.3.19/7.4.3).Īlternatively, if you run Mac OS, you can use MAMP, which is the equivalent to XAMPP. On other operating systems, use a software bundle like XAMPP from to install and configure all of the important packages – Apache web server, PHP, and MariaDB – with only one download. Sudo apt-get install php php-apcu php-intl php-mbstring php-xml php-mysql php-calendar mariadb-server apache2






    Install mediawiki