Skip to content

orgitcog/wikimedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaWiki

MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.

MediaWiki is:

  • feature-rich and extensible, both on-wiki and with hundreds of extensions;
  • scalable and suitable for both small and large sites;
  • simple to install, working on most hardware/software combinations; and
  • available in your language.

For system requirements, installation, and upgrade details, see the files RELEASE-NOTES, INSTALL, and UPGRADE.

Quick Start

Installation

The easiest way to install MediaWiki is using the automated installation script:

bash scripts/install.sh

Or use the Makefile:

make install

For Docker-based development:

make dev

This will:

  • Check system requirements
  • Install PHP and Node.js dependencies
  • Set up the environment configuration
  • Initialize the database
  • Start the development server

Access MediaWiki at http://localhost:8080/w

Building

To build MediaWiki for deployment:

make build

Or use the build script directly:

bash scripts/build.sh

Deployment

Deploy to staging or production:

make deploy DEPLOY_ENV=staging
# or
make deploy DEPLOY_ENV=production

Testing

Run all tests:

make test

Run specific test suites:

make test-php    # PHP unit tests
make test-js     # JavaScript tests
make lint        # All linters

Development Commands

make help        # Show all available commands
make serve       # Start development server
make clean       # Clean build artifacts
make update      # Update dependencies

CI/CD

This repository includes GitHub Actions workflows for:

  • Automated testing on pull requests
  • Continuous deployment to staging/production
  • Security scanning
  • Multi-version PHP testing

See .github/workflows/ for workflow configurations.

Documentation

MediaWiki is the result of global collaboration and cooperation. The CREDITS file lists technical contributors to the project. The COPYING file explains MediaWiki's copyright and license (GNU General Public License, version 2 or later). Many thanks to the Wikimedia community for testing and suggestions.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors