Ubuntu系统安装部署Pandawiki智能知识库
...2
一、系统环境准备
bash
# 更新系统
sudo apt update && sudo apt upgrade -y
sudo apt install -y git python3-pip python3-venv nginx ufw certbot
# 安装PostgreSQL数据库
sudo apt install -y postgresql postgresql-contrib
sudo ...
戈森莉
2026-2-11 14:51
250
0
25