GAErminal(GAE + terminal)
Overview
run groovy script on your Google App Engine app (like as Jenkins script console)
Sample
Install
1. add jar in your classpath
cp /path/to/app
cp gaerminal.x.x.x.jar ./war/WEB-INF/lib
cp groovy.x.x.x.jar ./war/WEB-INF/lib
If you use maven, add to pom.xml
<dependency>
<groupId>net.sue445</groupId>
<artifactId>gaerminal</artifactId>
<version>0.0.3</version>
</dependency>
2. edit web.xml
example
https://github.com/sue445/gaerminal/blob/master/web/WEB-INF/web.xml
if you forget <security-constraint>
section, anyone can access gaerminal !
3. run app and access
open http://localhost:8888/gaerminal/
Commands
Setup
cp gradle.properties.sample gradle.properties
vi gradle.properties
gradle idea
Run stand-alone
gradle gaeRun
open http://localhost:8888/gaerminal/