Mediawiki
One-click setup.
What is Mediawiki?
Free and open source collaborative space for managing and sharing knowledge.
Installation Steps
- Comment out the shared volume for LocalSettings in your configuration.
- Start the container.
- Go to
http(s)://your-domain
to access the MediaWiki installation wizard. - Configure MediaWiki according to your needs through the wizard.
- Download the generated
LocalSettings.php
file. - Stop the container.
- Move the downloaded
LocalSettings.php
file to the specified file mount path on your server. - Uncomment the shared volume configuration to mount the
LocalSettings.php
file to the specified file mount path on your server. - Restart the container.