docs: update 安装教程

This commit is contained in:
Administrator
2023-05-12 09:01:54 +00:00
committed by jxxghp
parent 553f1a6c60
commit 640ff0127a

View File

@@ -2,7 +2,7 @@
title: 安装教程
description:
published: 1
date: 2023-05-12T08:53:37.114Z
date: 2023-05-12T09:01:44.814Z
tags:
editor: markdown
dateCreated: 2023-05-12T04:25:24.817Z
@@ -10,6 +10,9 @@ dateCreated: 2023-05-12T04:25:24.817Z
# Docker
> 推荐使用Docker版本功能及基础环境更完整
{.is-success}
**docker cli**
```shell
@@ -61,11 +64,17 @@ https://spk.imnks.com/
https://spk7.imnks.com/
> 注意如需开启浏览器仿真相关功能需要同步安装WebStation同时没有Redis缓存功能。
{.is-warning}
# 可执行文件
下载打包好的执行文件运行即可,会自动生成配置文件目录:
https://github.com/NAStool/nas-tools/releases
> 注意需要安装浏览器才能开启浏览器仿真相关功能同时没有Redis缓存功能。
{.is-warning}
# 源码运行
python3.10版本需要预安装cython如发现缺少依赖包需额外安装
```shell
@@ -75,6 +84,8 @@ python3 -m pip install -r requirements.txt
export NASTOOL_CONFIG="/xxx/config/config.yaml"
nohup python3 run.py &
```
> 注意需要安装浏览器才能开启浏览器仿真相关功能同时没有Redis缓存功能。
{.is-warning}
# 版本更新
**Docker自动更新**