Currently the process of running the WebPush Console is pretty complicated ([details|https://github.com/aerogear/aerogear-webpush-server/tree/master/client-netty#using-the-webpush-console)
To simplify this somewhat, this tasks aim is to create zip distributions for various Java 1.7 versions and for one for Java 1.8. The zip distributions could have a structure something like this:
lib/npn-boot.jar|alpn-boot.jar
|
aerogear-webpush-console.jar
|
We could also provide a shell script to start. But the basic command to start this would then be:
java -Xbootclasspath/p:npn-boot.jar -jar aerogear-webpush-console.jar
|
|