Skip to content

bloomreach-forge/jcr-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcr-shell

Provides shell access to JCR system through JCR over WebDAV protocol.

Documentation site: https://bloomreach-forge.github.io/jcr-shell.

Prerequisites

You need to open JCR over WebDAV access in your JCR server first.

As an example, you can use the Hippo Repository JCR over WebDAV Support forge module to enable it.

Download JCR Shell

You can find the latest JCR Shell executable JAR artifact in the following Maven Repository:

e.g. http://maven.onehippo.com/maven2-forge/org/onehippo/forge/jcrshell/2.0.0/jcrshell-2.0.0.jar

Run JCR Shell

Execute the JAR like the following:

$ java -jar jcrshell-2.0.0.jar

(For Developers) Build and run with spring-boot:run

You can build and run it locally with spring-boot Maven plugin:

$ mvn clean package
$ mvn spring-boot:run
...

About

Get shell access to JCR system through JCR over WebDAV.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages