Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).