{"id":19591507,"url":"https://github.com/bitplan/docker-semanticmediawiki","last_synced_at":"2026-03-07T13:32:35.841Z","repository":{"id":71274124,"uuid":"44736216","full_name":"BITPlan/docker-semanticmediawiki","owner":"BITPlan","description":"Ubuntu SemanticMediaWiki container with fully automated install see http://www.semantic-mediawiki.org/","archived":false,"fork":false,"pushed_at":"2019-10-04T09:00:32.000Z","size":35,"stargazers_count":16,"open_issues_count":0,"forks_count":14,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-27T13:37:14.136Z","etag":null,"topics":["docker-semanticmediawiki","mediawiki","semanticmediawiki"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BITPlan.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-22T09:43:24.000Z","updated_at":"2024-01-02T14:57:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c523fd9-d09a-46aa-a6a6-7f1d12e8e848","html_url":"https://github.com/BITPlan/docker-semanticmediawiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fdocker-semanticmediawiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fdocker-semanticmediawiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fdocker-semanticmediawiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fdocker-semanticmediawiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BITPlan","download_url":"https://codeload.github.com/BITPlan/docker-semanticmediawiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fdocker-semanticmediawiki/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259113174,"owners_count":22807200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-semanticmediawiki","mediawiki","semanticmediawiki"],"created_at":"2024-11-11T08:29:23.896Z","updated_at":"2026-03-07T13:32:30.778Z","avatar_url":"https://github.com/BITPlan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-semanticmediawiki\n![Mediawiki](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/MediaWiki_logo_1.png/128px-MediaWiki_logo_1.png)\n![SemanticMediaWiki](http://semantic-mediawiki.org/w/images/7/7c/SMW_logo_142px.png)\n\nUbuntu Semantic MediaWiki container with fully automated install. \nWill get your Semantic MediaWiki running in a few minutes.\n\n* See http://www.semantic-mediawiki.org/\n* See  https://www.mediawiki.org/wiki/MediaWiki\n* see https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/1218\n\n## Features\n* Ubuntu 16.04 based LAMP Docker container\n* Installs Linux, Apache, MySQL, PHP7 \n* by default creates MySQL and MediaWiki SysOp password randomly\n* Installs MediaWiki with LocalSettings already configured (step can be ommitted)\n* installs Composer\n* installs Semantic MediaWiki\n* build/run scripts included to start immediately\n\n### Documentation\n* [Wiki](http://wiki.bitplan.com/index.php/Docker-semanticmediawiki \"Documentation Wiki\") \n* [FAQ](http://wiki.bitplan.com/index.php/Docker-semanticmediawiki#FAQ \"Frequently Asked Questions\") \n* [Issues](https://github.com/BITPlan/docker-semanticmediawiki/issues \"github issues\")\n\n## Installation\n* get your Docker installation up and running https://docs.docker.com/installation/\n* tested 2018-12 with Docker 18.09.\n\n### default installation\n* run the following commands in a shell/terminal:\n```\ngit clone https://github.com/BITPlan/docker-semanticmediawiki\ncd docker-semanticmediawiki\n./build\n./run\n```\n\n* point your browser to \n  http://smw\nfor the apache default page\n  http://smw/mediawiki\n\nfor the mediawiki installation\n* login with\nuser: Sysop\npassword: as displayed by the build script\n\nthe ip-address for \"smw\" is optionally added at the start of \"run\" to your /etc/hosts file.\n\nThe imagehostname is now set to your hostname by default assuming a linux environment.\nSo replace \"smw\" with your own hostname e.g. if you run on www.example.com the result will be available\nat http://www.example.com/mediawiki\n\n\n## Running and stopping your container\nThe run script has three modes\n* initially it runs the container to start mysql / apache\n* if the container exists and runs it will open a shell\n* if the container exists and does not run it will start it and open a shell\n\n## Project info\n* Mediawiki 1.27.5 based\n* Apache License\n\n## Version history\n* 0.0.1 - 2015-10-22 first Version\n* 0.0.2 - 2016-01-25 fixes #7 and upgrades to Mediawiki 1.23.13\n* 0.0.3 - 2018-12-29 fixes #8 and upgrades to Ubuntu 16.04, Mediawiki 1.27.5 and PHP 7.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitplan%2Fdocker-semanticmediawiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitplan%2Fdocker-semanticmediawiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitplan%2Fdocker-semanticmediawiki/lists"}