openzipkin / openzipkin.github.io

content for https://zipkin.io
https://zipkin.io
Apache License 2.0
38 stars 63 forks source link

Create quickstart.sh #90

Closed abesto closed 6 years ago

abesto commented 6 years ago

Provide "installer" script for the quickstart guide, as discussed in https://github.com/openzipkin/zipkin/issues/1804

Dragons

codefromthecrypt commented 6 years ago

dragons be gone

codefromthecrypt commented 6 years ago

actually this didn't quite work

curl -sSL https://zipkin.io/quickstart.sh | bash -s resulted in a zero length file:

-rw-r--r--    1 acole  staff      0 Nov 27 19:15 zipkin-server-2.4.0-exec.jar
-rw-r--r--    1 acole  staff    821 Nov 27 19:15 zipkin-server-2.4.0-exec.jar.asc
-rw-r--r--    1 acole  staff    821 Nov 27 19:16 zipkin-server-2.4.0-exec.jar.md5.asc

plus think for easy peasy maybe keep the name short? zipkin.jar

abesto commented 6 years ago

:O Huh. Yesterday the download was working; apparently since then they put in a redirect to serve artifacts through Akamai. Lemme add a flag to curl to follow the redirect. I'll also make the name short :)

abesto commented 6 years ago

Cont.: #93