-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "Quick Start" section to the README file #27
Comments
Hello @dtikhonov, Valid point. Though let me point out that you do not need the full server setup (the separate qvis-server project at https://github.com/quiclog/qvis-server) if you're uploading qlog files directly. The server is only needed if you want to load .pcap files or load qlog files from a non-CORS enabled URL. If you just want to install the qvis tools locally (so just manually uploading qlogs), the following steps should do:
If you do want to use the full setup, you can look at the docker files at: I will keep this issue open to remind that I need to add a similar guide to the README at some point. Thanks for the reminder. |
@rmarx Have you considered rolling out a Docker container? Then all that people would have to do is a By the way, it's super easy to build a Docker image in CI and upload it to DockerHub automatically. Take a look at my shiny new config I'm using in quic-go: https://github.com/lucas-clemente/quic-go/blob/master/.github/workflows/build-interop-docker.yml. |
For those who want to run the tool locally instead of relying on a remote web server an ocean away.
The text was updated successfully, but these errors were encountered: