We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The first version can be triggered manually. In a second iteration, it can be triggered automatically when new docker images are available.
The idea is to do the same steps I do manually when deploying:
SSH into the server.
Execute the deployment script: ./bin/deploy-torrust-demo.com.sh.
./bin/deploy-torrust-demo.com.sh
Execute the smoke tests:
cargo run --bin udp_tracker_client announce 144.126.245.19:6969 9c38422213e30bff212b30c360d26f9a02136422 cargo run --bin http_tracker_client announce 144.126.245.19:6969 9c38422213e30bff212b30c360d26f9a02136422 TORRUST_CHECKER_CONFIG='{ "udp_trackers": ["144.126.245.19:6969"], "http_trackers": ["https://tracker.torrust-demo.com"], "health_checks": ["https://tracker.torrust-demo.com/api/health_check"] }' cargo run --bin tracker_checker
Check the logs of the tracker container to see if everything is working:
./share/bin/tracker-filtered-logs.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The first version can be triggered manually. In a second iteration, it can be triggered automatically when new docker images are available.
The idea is to do the same steps I do manually when deploying:
SSH into the server.
Execute the deployment script:
./bin/deploy-torrust-demo.com.sh
.Execute the smoke tests:
Check the logs of the tracker container to see if everything is working:
./share/bin/tracker-filtered-logs.sh
The text was updated successfully, but these errors were encountered: