GitXplorerGitXplorer
b

docker-parsoid

public
5 stars
6 forks
2 issues

Commits

List of commits on branch master.
Unverified
b76b66d97fe4b38b8bfaac597e74f4321efa2d02

also create a symlink to localsettings.js

bbenhutchins committed 7 years ago
Unverified
d28eb44f524f9ac50ac35018d4e49333b476e6e3

Fix startup script that was checking for settings.js

bbenhutchins committed 7 years ago
Unverified
d38f2e09f3cf5551b615b27212d8df3c6f966612

Update the README, again

bbenhutchins committed 7 years ago
Unverified
aafd7153c757ce5562e080b9f3d96d66131a4fa9

Update the README

bbenhutchins committed 7 years ago
Unverified
b3bfc3e9a58d98dc83a428d3588ac86e02b7bb2d

Update to support newer versions of Parsoid and move to using official node image

bbenhutchins committed 7 years ago
Unverified
ba7100a476f25e9ace9be8624b675152ee6bdaed

Fixes to Parsoid service after recent upgrades, removed use of environmental variables and opted for letting you change settings files directly for now, until Parsoid stablizes more.

bbenhutchins committed 9 years ago

README

The README file for this repository.

Parsoid

MediaWiki uses its custom Parsoid service as part of its new WYSIWYG, 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.