MediaWiki-Docker/Extension/WikibaseMediaInfo
RequirementsEdit
InstructionsEdit
- Clone Mediawiki Core
- Create a new file called
docker-compose.override.yml
in the root of the repository and copy the contents of this gist into it. - Follow the instructions in DEVELOPERS.md under "Start environment and install MediaWiki" to get Docker running
- Create a new file called
setup.sh
in the root of the repository and copy the contents of this gist into it. Runchmod 777 setup.sh
to make the file executable. - Run
./setup.sh
in the root of the repository. This will take a little while. - Visit http://localhost:8080/index.php?title=Special:NewProperty and add a new property with the label depicts and the data type item.
- Add a few items: http://localhost:8080/index.php?title=Special:NewItem
- Log in with username admin and password dockerpass.
- Add some images via http://localhost:8080/index.php?title=Special:Upload or http://localhost:8080/index.php?title=Special:UploadWizard
- Now you can visit those filepages and interact with the WBMI UI