Skip to content

simple client to run the groovy scripts from apache chemistry

License

Notifications You must be signed in to change notification settings

mindmill/cmis-script-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmis-script-client

This is a simple client to run the groovy scripts from apache chemistry.

Configuration

You can configure the client in the scriptclient.properties file:

cmisurl=http://localhost:8080/browser   #your repo url
cmisuser=test                           #username
cmispassword=test                       #password
cmisrepo=testing                        #repository to run with
threads=1                               #number of threads to start
script=template                         #the name of the groovy script in the scripts folder

License

Licensed under the Apache License, Version 2.0

About

simple client to run the groovy scripts from apache chemistry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 77.9%
  • Kotlin 22.1%