Skip to content

nanbando/jackrabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanbando: jackrabbit

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.

About

Nanbando-Plugin to backup jackrabbit data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages