Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhutchins/docker-parsoid
Docker container for MediaWiki's Parsoid
https://github.com/benhutchins/docker-parsoid
Last synced: 2 months ago
JSON representation
Docker container for MediaWiki's Parsoid
- Host: GitHub
- URL: https://github.com/benhutchins/docker-parsoid
- Owner: benhutchins
- Created: 2015-08-15T05:30:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T01:02:11.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T23:29:52.741Z (8 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/benhutchins/parsoid/
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parsoid
MediaWiki uses its custom [Parsoid](https://www.mediawiki.org/wiki/Parsoid) service as part of its new WYSIWYG, [VisualEditor](https://www.mediawiki.org/wiki/VisualEditor). This is a simple container to run an instance of it.
Example:
```
docker run
-p 8000:8000
-v ./data:/data
benhutchins/parsoid
```When you startup the container, it'll create a `config.yaml` file based on the
example file from Parsoid.## Interested in running MediaWiki inside Docker?
Check out [benhutchins/docker-mediawiki](https://github.com/benhutchins/docker-mediawiki).