Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 提醒 ] 快速安装 / 部署指南 #99

Closed
Stapxs opened this issue Jun 20, 2024 · 0 comments
Closed

[ 提醒 ] 快速安装 / 部署指南 #99

Stapxs opened this issue Jun 20, 2024 · 0 comments

Comments

@Stapxs
Copy link
Owner

Stapxs commented Jun 20, 2024

Logo

因为 Stapxs QQ Lite 在开发密集的时候更新频率还是比较高的;由于没打算做自动更新功能,导致版本替换比较繁琐。于是最近正在将它增加到一些常用的包管理工具中方便通过包管理就行统一更新,这样就不需要老是到 Github 来下载了。
而且包管理因为注册了卸载的删除列表,卸载的时候残留也会被清空掉 XD

当然,如果你愿意维护更多其他的包管理安装方式,欢迎提出 issue!

客户端

Arch Linux AUR

Stapxs QQ Lite 已经被好心人加入了 AUR 仓库 中,你可以直接使用 aur 工具拉取安装。

yay -S stapxs-qq-lite-bin

macOS Homebrew Tap

我创建了 Tap 仓库 来放置 Taps 用于提供 Homebrew 的安装方式,你可以使用它来安装更新。

brew tap stapxs/taps
brew install stapxs-qq-lite

网页服务

npx

Stapxs QQ Lite 的网页服务现在已经提交到了 npm 上!现在你可以使用 npx 来快速部署启动网页服务,同时此工具也自带检查更新功能。
注意:此工具将在首次启动后现场丛主仓库下载 dist 压缩包并解压启动,web 文件将会解压到 npx 执行所在的目录,下次启动也请先进入此目录;工具每次打开都将进行检查更新,如果启动后卡住不动,请检查与 Github 的网络连通性。

npx ssqq-web hostname=127.0.0.1 port=8081

Docker

现在你也可以使用 Docker 来快速部署网页服务,Docker 镜像将只会保留最新的构建,不提供历史版本。

docker run -td -p 8081:8080 --name ssqq-web stapxs/qq-web
@Stapxs Stapxs pinned this issue Jun 20, 2024
@Stapxs Stapxs changed the title [ 提醒 ] 包管理添加 [ 提醒 ] 使用包管理安装和更新 Jun 20, 2024
@Stapxs Stapxs closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
Repository owner locked as resolved and limited conversation to collaborators Jun 21, 2024
@Stapxs Stapxs changed the title [ 提醒 ] 使用包管理安装和更新 [ 提醒 ] 快速安装 / 部署指南 Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant