项目文件夹

文件
wehub-resource-sync 4b6817381b
CI (OpenClaw E2E) / openclaw test (push) Has been cancelled
CI / coverage-report (push) Has been cancelled
CI / test-kubernetes (push) Has been cancelled
CI / should-run-thorough (push) Has been cancelled
CI / test-thorough (cloudwatch-demo) (push) Has been cancelled
CI / test-thorough (flink-ecs) (push) Has been cancelled
CI / test-thorough (upstream-lambda) (push) Has been cancelled
CI / test-thorough (prefect-ecs-fargate) (push) Has been cancelled
Release / build-binaries (zip, opensre.exe, onefile, windows-latest, windows-x64) (push) Has been cancelled
Benchmark image — build + push to ECR (any adapter) / build + push (push) Has been cancelled
CI / quality (ubuntu-latest) (push) Has been cancelled
CI / test (tools-runtime) (push) Has been cancelled
CI / test (e2e-general) (push) Has been cancelled
CI / test (cli-runtime) (push) Has been cancelled
CI / test (e2e-provider-and-openclaw) (push) Has been cancelled
CI / test (integrations-and-misc) (push) Has been cancelled
Release / verify (push) Has been cancelled
Release / build-python-dist (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-15-intel, darwin-x64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, macos-latest, darwin-arm64) (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04, linux-x64) (push) Has been cancelled
Release / publish-release (push) Has been cancelled
Release / publish-main-release (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-checks (no-LLM) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Interactive Shell Live (PR + post-merge) / turn-live shard ${{ matrix.shard_index }} (push) Has been cancelled
Release / prepare (push) Has been cancelled
Release / build-binaries (tar.gz, opensre, onedir, ubuntu-22.04-arm, linux-arm64) (push) Has been cancelled
Synthetic Deterministic Tests / Synthetic offline (deterministic) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:10:45 +08:00

40 行
1.6 KiB
Plaintext

此文件含有不可见的 Unicode 字符
此文件含有人类无法区分的不可见的 Unicode 字符,但可以由计算机进行不同的处理。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
---
title: "Linux (Cloud)"
description: "Install Tracer on Linux under two minutes"
---
### Install Tracer on Linux under two minutes
Before you begin: Launch an EC2 instance, connect via SSH, and run all commands directly on the host
Recommended Instance Type:c6a.2xlarge - Ubuntu 22.04+
Recommended AWS Instance: c6a.2xlarge (8 vCPUs, 16 GB RAM); Cost per hour: $0.27/hr
Operating System: Ubuntu 22.04+
Recommended compute: 8 vCPUs and 16 GB RAM with minimum of 4 vCPUs and 8 GB RAM
01
Install Tracer
Run the following command to install Tracer:
Awaiting Connection
curl -sSL https://install.tracer.cloud | sh
02
Start Tracer agent
To start tracking a pipeline, run the following command:
Awaiting Connection
sudo tracer init --user_token
<Info> Go to our [onboarding](https://app.tracer.cloud/tracer-bioinformatics/settings/tokens) to get your own personal token.</Info>
What happens next?
You will then be prompted to configure the pipeline name. Filling this out ensures that each pipeline is uniquely identifiable, customizable, and easy to search later on.
Tracer is now tracking your pipeline. Every run you launch for this pipeline will be automatically monitored.
You will only need to run tracer init again for a new pipeline, not per pipeline run.
03
Launch pipeline
You can now choose to run any pipeline you want or use 'tracer demo' to launch a prepared pipeline.
Run your own pipeline by following your usual workflow or run this line in your terminal:
sudo tracer demo
tracer demo will run an nf-core fastquorum pipeline. This pipeline requires minimum 2GB RAM, 1 core vCPU, and 30GB storage to run efficiently.