Files
doc/docs/nas-skill/10-kod.md
2024-12-14 20:59:32 +08:00

63 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 10
---
# 可道云安装与使用
海纳思系统适配了可道云的一键安装脚本,
用户可以直接安装使用。
## 一、获取
如果你的海纳思系统发行版本是 20231201 以后的,直接以下命令安装:
```bash
histb-deb && apt upgrade -y
install-kod.sh install
```
如果是更早的版本,或者非 NAS 版本,
则先添加海纳思的专用 apt 仓库源:
```bash
bash <(curl https://www.ecoo.top/ota.sh)
histb-deb
apt install install-kod -y
install-kod.sh install
```
然后刷新首页,即可看到以下图标和链接:
![](./img/kod1.jpg)
或者你的 web 服务器地址+ `/kod/` 访问。
## 二、安装
安装流程很简单几步:
![](./img/kod2.jpg)
![](./img/kod3.jpg)
![](./img/kod4.jpg)
![](./img/kod5.jpg)
![](./img/kod6.jpg)
## 三、使用
详细的使用方法,请参看:
可道云用户使用手册 [https://docs.kodcloud.com/user/](https://docs.kodcloud.com/user/)
## 四、卸载
一句命令即可卸载:
```bash
install-kod.sh uninstall
```
注意卸载后php 环境保留。可以借用给其他个人程序使用。