nanbando / jackrabbit
Nanando-Plugin to backup jackrabbit databases
Installs: 816
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:plugin
Requires
Requires (Dev)
- dflydev/embedded-composer: @dev
- nanbando/core: ^0.1|dev-master
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-11-09 05:04:29 UTC
README
Nanando-Plugin which uses phpcr
to backup and restore jackrabbit data.
Installation
You can install this plugin by adding nanbando/jackrabbit
to the require
-section of the nanbando.json file.
Configuration
{ "name": "application", "backup": { "cmf": { "plugin": "jackrabbit", "parameter": { "jackrabbit_uri": "http://localhost:8080/server/", "workspace": "default", "user": "admin", "password": "***", "path": "/cmf" } }, }, "require": { "nanbando/jackrabbit": "^0.1" } }
Documentation
See the official documentation on nanbando.readthedocs.io/en/latest/plugins/index.html.