📌 📄 内容摘要:
@Reno 在 Openweb-UI 服务器本地部署 中发帖
开始之前
购买一台服务器(配置至少选2核2g),尽量选择东亚地区
购买一个域名,尽量选择简短好记忆的域名
了解 Linux 系统简单操作,了解 ssh 和 vi 以及 docker 的基本操作
安装 Postgres
请务必替换 myuser、mypassword 和 mydb 分别为数据库 用户名、密码 以及 数据库名
sudo apt update && sudo apt install -y postgresql postgresql-contrib && sudo systemctl start postgresql && sudo systemctl enable postgresql && sudo -u postgres psql -c "CREATE USER myuser WITH ENCRYPTED PASSWORD 'mypassword';" && sud...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/258462/1 ─────────────────────────────
📢 来源:LINUX DO