Difference between revisions of "Docker-semanticmediawiki"
Jump to navigation
Jump to search
| Line 14: | Line 14: | ||
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]] | ||
Revision as of 05:26, 30 December 2018
| OsProject | |
|---|---|
| id | Docker-semanticmediawiki |
| state | |
| 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 | |
| until | |
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