Skip to content

Commit

Permalink
added short documentation in readme and updated core
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jun 30, 2016
1 parent a8cedb1 commit cf301f8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# jackrabbit
Nanbando-Plugin to backup jackrabbit data
# 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

```json
{
"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](https://nanbando.readthedocs.io/en/latest/plugins/index.html).
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jackalope/jackalope-jackrabbit": "^1.2"
},
"require-dev": {
"nanbando/core": "dev-master",
"nanbando/core": "^0.1|dev-master",
"phpunit/phpunit": "^5.3"
},
"autoload": {
Expand Down

0 comments on commit cf301f8

Please sign in to comment.