> For the complete documentation index, see [llms.txt](https://nwpu.gitbook.io/domjudge-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/5-team-workstation.md).

# 5 队伍环境

这是一张简要的队伍主机的配置单。当然，当比赛中有很多支队伍时，应该产生一个预先配置好的可以分发给队伍的有这些功能的账号。

1. 队伍与DOMjudge进行交互的主要工具是他们的 web 浏览器。
2. 可能的话，将主页设置为 `your.domjudge.location/team/`
3. 前往队伍主页查看该队伍身份是否正确
4. 如果使用 https 时使用了个人签署的证书，将此证书添加到浏览器的证书表中来避免某些烦人的对话框
5. 确定所支持的语言的编译器已经安装并且能正常使用。
6. 为队伍提供命令行提交客户端并确保他可以正常使用。
7. 如果需要的话，设置好客户端的环境变量
8. 选择性分发 带有队伍凭据的`.netrc` 文件
9. 如果使用 https 时使用了个人签署的证书，将此证书添加到本地信任仓库中
10. 确认题目的输入输出样例配置好。
11. 将你的SSH密钥添加到队伍主机的 `authorized_key` 文件中，从而你可以在紧急情况下介入他们的账号。
12. 确认因特网已经被隔离。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/5-team-workstation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
