Skip to content

Update INSTALL-ZH.md#663

Merged
qin-ctx merged 1 commit intomainfrom
yuyaoyoyo-svg-patch-6
Mar 16, 2026
Merged

Update INSTALL-ZH.md#663
qin-ctx merged 1 commit intomainfrom
yuyaoyoyo-svg-patch-6

Conversation

@yuyaoyoyo-svg
Copy link
Copy Markdown
Collaborator

updated ECS openclaw +openviking version, and web console validation

updated ECS openclaw +openviking version
@github-actions
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Documentation Inconsistency

Code blocks for npm/shell commands are incorrectly tagged as python instead of bash or ```shell.

```python
npm install -g openclaw-openviking-setup-helper
ov-install

本安装模式已经在OpenViking内置了vlm和embedding模型,若不需要修改,直接按回车,按照指引填入API key即可. 安装完成后,会自动生成配置文件,如需修改,输入 vim ~/.openviking/ov.conf,按 i 进入编辑模式,按 esc 键退出编辑模式,输入 :wq 按回车键,保存并退出文件。

终端加载 OpenClaw 环境变量:

source /root/.openclaw/openviking.env

Step 2: 启动OpenViking

先启动 OpenViking Server:

python -m openviking.server.bootstrap

然后启动 web 控制台,启动之前,需要确认本实例安全组是否已经在入向规则处开放 TCP 8020 端口,若没有,需先点击实例安全组配置:

python -m openviking.console.bootstrap --host 0.0.0.0 --port 8020 --openviking-url http://127.0.0.1:1933

</details>

<details><summary><a href='https://github.com/volcengine/OpenViking/pull/663/files#diff-51af03995a0dac85c9f2823eb49a877db5189635503f6ca5d68f79a9f9335ba2R199-R202'><strong>Hardcoded Log Date</strong></a>

Log file paths use a hardcoded date (2026-03-13) which may become outdated. Consider using a wildcard or instructing users to replace with the current date.
</summary>

```markdown
grep -i inject /tmp/openclaw/openclaw-2026-03-13.log | awk -F'"' '{for(i=1;i<=NF;i++) if($i ~ /^[0-9]{2}:[0-9]{2}:[0-9]{2}/) {time=$i; break}} /injecting [0-9]+ memories/ {print time, "memory-openviking:", gensub(/.*(injecting [0-9]+ memories).*/, "\\1", "1")}'

也可以直接运行grep "inject" /tmp/openclaw/openclaw-2026-03-13.log查看全部信息。


</details>

</td></tr>
</table>

@github-actions
Copy link
Copy Markdown

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Fix incorrect code block language tag

The code block is incorrectly marked as python; it contains shell commands. Change
the fence to bash or shell for proper syntax highlighting and accuracy.

examples/openclaw-memory-plugin/INSTALL-ZH.md [168-171]

-```python
+```bash
 npm install -g openclaw-openviking-setup-helper
 ov-install
<details><summary>Suggestion importance[1-10]: 4</summary>

__

Why: The code block uses `python` syntax highlighting but contains shell commands. Changing to `bash` improves accuracy and readability of the documentation.


</details></details></td><td align=center>Low

</td></tr></tr></tbody></table>

@qin-ctx qin-ctx merged commit 03cb099 into main Mar 16, 2026
2 checks passed
@qin-ctx qin-ctx deleted the yuyaoyoyo-svg-patch-6 branch March 16, 2026 11:11
@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenViking project Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants