MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow.
MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow.
To install mediawiki, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mediawiki
To see what files were installed by mediawiki, run:
port contents mediawiki
To later upgrade mediawiki, run:
sudo port selfupdate && sudo port upgrade mediawiki
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.