Skip to content

echo-webkom/echopedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echopedia - MediaWiki Application

A custom MediaWiki installation with Docker support for easy deployment and development.

Quick Start

Prerequisites

  • Docker
  • Docker Compose

Build and Run

  1. Navigate to the docker directory:

    cd docker
  2. Start the application (builds automatically):

    docker-compose up -d

Open http://localhost:8080.

Services

  • MediaWiki: Custom MediaWiki instance with your extensions and configurations
  • PostgreSQL: Database backend (port 5433)
  • Nginx: Reverse proxy and web server (port 80)

Configuration

The application uses the following default database settings:

  • Database: mediawiki
  • Username: mediawiki
  • Password: mediawikipassword
  • Host: postgres

Development

To rebuild after making changes:

cd docker
docker-compose down
docker-compose up -d --build

Data Persistence

  • Database data: postgres_data volume
  • MediaWiki images: mediawiki_images volume

Stopping the Application

cd docker
docker-compose down

To remove all data:

cd docker
docker-compose down -v

About 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.

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

No packages published