Ubuntu系统安装部署Pandawiki智能知识库
一、系统环境准备
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 ...
薯羞
2025-12-8 08:48
195
0
6