-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added short documentation in readme and updated core
- Loading branch information
1 parent
a8cedb1
commit cf301f8
Showing
2 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters