Difference between revisions of "Docker-semanticmediawiki"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =OsProject= | ||
+ | |||
{{OsProject | {{OsProject | ||
|id=Docker-semanticmediawiki | |id=Docker-semanticmediawiki | ||
+ | |state=inactive | ||
|owner=BITPlan | |owner=BITPlan | ||
|title=Ubuntu Semantic MediaWiki container with fully automated install. Will get your Semantic MediaWiki running in a few minutes. | |title=Ubuntu Semantic MediaWiki container with fully automated install. Will get your Semantic MediaWiki running in a few minutes. | ||
|url=https://github.com/BITPlan/docker-semanticmediawiki | |url=https://github.com/BITPlan/docker-semanticmediawiki | ||
|version=0.0.3 | |version=0.0.3 | ||
− | |date=2018 | + | |date=2018-12-30 |
+ | |since=2015-10-22 | ||
+ | |until=2021-06-08 | ||
}} | }} | ||
+ | =Freitext= | ||
+ | This project is deprecated. Please use {{Link|target=Pymediawikidocker}} instead. | ||
+ | |||
= Links = | = Links = | ||
* https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/1218 | * https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/1218 | ||
Line 14: | Line 22: | ||
https://www.mediawiki.org/wiki/Manual:Resetting_passwords shows how to do it e.g. attach to your container e.g. with the run script or by docker exec -it smw /bin/bash | https://www.mediawiki.org/wiki/Manual:Resetting_passwords shows how to do it e.g. attach to your container e.g. with the run script or by docker exec -it smw /bin/bash | ||
− | <source lang=bash'> | + | <source lang='bash'> |
php /var/www/html/mediawiki/maintenance/changePassword.php --user=Sysop --password=newpassword | php /var/www/html/mediawiki/maintenance/changePassword.php --user=Sysop --password=newpassword | ||
</source> | </source> | ||
+ | |||
= WhatLinksHere = | = WhatLinksHere = | ||
{{WhatLinksHere}} | {{WhatLinksHere}} | ||
[[Category:frontend]] | [[Category:frontend]] |
Latest revision as of 10:31, 20 December 2021
OsProject
OsProject | |
---|---|
id | Docker-semanticmediawiki |
state | inactive |
owner | BITPlan |
title | Ubuntu Semantic MediaWiki container with fully automated install. Will get your Semantic MediaWiki running in a few minutes. |
url | https://github.com/BITPlan/docker-semanticmediawiki |
version | 0.0.3 |
description | |
date | 2018-12-30 |
since | 2015-10-22 |
until | 2021-06-08 |
Freitext
This project is deprecated. Please use Pymediawikidocker instead.
Links
FAQ
How do I reset the Sysop password?
https://www.mediawiki.org/wiki/Manual:Resetting_passwords shows how to do it e.g. attach to your container e.g. with the run script or by docker exec -it smw /bin/bash
php /var/www/html/mediawiki/maintenance/changePassword.php --user=Sysop --password=newpassword