Skip to content

sevntu-checkstyle/checkstyle-ast-web-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkstyle-ast-web-viewer

Vaadin webapp for displaying Checkstyle Synthax tree (AST) visually in browser

How to build:

This script builds a Docker image with compiled app binaries which will be ready to run locally with command below:

docker run --rm --net host checkstyle/ast-web-viewer

How to deploy:

sudo docker login 
sudo docker tag checkstyle/ast-web-viewer daniilyar/checkstyle-ast-web-viewer:<version>
sudo docker push daniilyar/checkstyle-ast-web-viewer:<version>
  • Deploy new app version to our public instance (212.47.237.40):
deployment/run.sh

DY: deploy script requires Ansible 1.9.4+ to be installed on your machine (pip install ansible==1.9.4)

About

Vaadin webapp for displaying Checkstyle Synthax tree (AST) visually in browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published