Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.13 KB

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)