codex-team / codex-team/devops-toolbox-agent

Create doc for simple step-by-step installing

Open
#11 0 comments 0 reactions 1 assignee Claimed by @Xemka View on GitHub
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

- [x] Где скачать (wget)
- [x] Как запустить/распаковать нужный бинарный файл
- [x] Командная строка для запуска с параметрами
- [x] Systemd конфиг вида:

```
[Unit]
Description=CodeX DevOps Toolbox Agent

[Install]
WantedBy=multi-user.target

[Service]
User=root
PermissionsStartOnly=true
WorkingDirectory=/opt/codex/
ExecStart=/opt/codex/agent …
TimeoutSec=600
Restart=on-failure
RestartSec=20s
RuntimeDirectoryMode=755
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.