Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
SolidWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
MediaWiki Development Services
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Phase 1: Server Setup and Configuration === A professional MediaWiki deployment begins with server provisioning. The recommended stack β commonly referred to as '''LAMP''' (Linux, Apache, MySQL, PHP) or '''LEMP''' (Linux, Nginx, MySQL, PHP) β requires: * A Linux server running Ubuntu Server LTS or AlmaLinux * PHP 8.1 or later with required extensions (<code>mbstring</code>, <code>xml</code>, <code>intl</code>, <code>curl</code>) * A MySQL or MariaDB database server * Apache with <code>mod_rewrite</code> or Nginx with appropriate rewrite rules The standard installation process follows these steps: # Provision Linux server (Ubuntu 22.04 LTS recommended). # Install and configure Apache/Nginx with PHP-FPM (PHP 8.1+). # Install MySQL/MariaDB and create a dedicated database and user. # Download and extract the latest stable MediaWiki release from mediawiki.org. # Run the web installer at <code>/mw-config/</code> to generate <code>LocalSettings.php</code>. # Configure short URLs by editing <code>.htaccess</code> or Nginx rewrite rules. # Enable HTTPS (SSL/TLS) and configure HTTP-to-HTTPS redirect. # Set file upload directory permissions and configure <code>$wgUploadPath</code>. # Configure email (SMTP or sendmail) for user notifications. # Install and configure a reverse proxy cache (Varnish) or CDN if required.
Summary:
Please note that all contributions to SolidWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
SolidWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
MediaWiki Development Services
(section)
Add topic