mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-04-19 08:55:13 +00:00
docs(readme): add licence and help to readme
This commit is contained in:
parent
e51d2b329e
commit
8f4b89c095
24
README.md
24
README.md
@ -1 +1,23 @@
|
|||||||
# mediawiki-ldap
|
[](https://travis-ci.org/garethflowers/mediawiki-ldap) [](https://microbadger.com/images/garethflowers/mediawiki-ldap) [](https://microbadger.com/images/garethflowers/mediawiki-ldap) [](https://store.docker.com/community/images/garethflowers/mediawiki-ldap)
|
||||||
|
|
||||||
|
# MediaWiki with LDAP
|
||||||
|
|
||||||
|
A MediaWiki installation with LDAP extensions.
|
||||||
|
|
||||||
|
## How to use this image
|
||||||
|
|
||||||
|
### Start a MediaWiki Server instance
|
||||||
|
|
||||||
|
To start a container use the following:
|
||||||
|
```sh
|
||||||
|
docker run \
|
||||||
|
--name my-mediawiki-ldap \
|
||||||
|
--detach \
|
||||||
|
--publish 80:80 \
|
||||||
|
garethflowers/mediawiki-ldap
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
* MediaWiki is released under the [GNU GPLv2 License](https://phabricator.wikimedia.org/source/mediawiki/browse/master/COPYING).
|
||||||
|
* This image is released under the [MIT License](https://raw.githubusercontent.com/garethflowers/docker-mediawiki-ldap/master/LICENSE).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user