Henry Ford
Intro: https://vimeo.com/165758772
More videos: https://vimeo.com/channels/halik
$ mkdir /var/halik
$ brew install python
$ cd server
$ npm install
$ cd web/
$ npm install
$ bower install
$ gulp
$ cd javaagent
$ ./install-idea
$ mvn install
If you need faster feedback cycle you might want to skip tests and proguard:
$ mvn -DskipTests -Dskip.proguard=true package
$ cd server/
$ npm start
Go to: http://localhost:33284
Run from IntelliJ with VM options: "-javaagent:javaagent/target/uber-halik-javaagent-1.0.0-SNAPSHOT.jar"
It's likely you'll need to pass parameters at the end "=...". Look at AgentMain class for details.
In enterprise:
In educational space: