Skip to content

jeremi/gatein-groovy-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GateIn Groovy tool README

This command line tool is a simple script to simplify the deployment of groovy REST service in the portal GateIn. It is using the available REST API of GateIn.

Install

Using it

Copy the app.conf of the demo in your project and adapt it to your need.

This are the command available:

update                       : Update the GateIn server with the code
autoupdate                   : Update the server every-time a file is modified or added
autoload <filename> [--off]  : Activate (or deactivate) the autoload for the given file
delete <filename>            : Delete the given file
get <filename>               : Print on the standard output the content of the given file on the server
lsgroovy                     : List the groovy files on the server

Known limitation

  • Only the root directory is synchronized
  • If files are removed locally, they are not removed on the server. You need to remove them with the delete command manually

About

a command line tool to push files and groovy rest services on the JCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages