Pigsty Source
如何下载并使用可选的Pigsty Docker扩展离线镜像包
用户需要将Pigsty项目下载至元节点。
如果您是软件开发者,贡献者,则请使用Github克隆Master主干。如果您是软件用户,请务必使用具体的版本,而非Github Master分支,该分支可能处于开发中途的不一致状态中。
下载Pigsty源码
用户可以从 Github Release 页面下载最新版本的Pigsty源码包:
VERSION=v1.5.1
https://github.com/Vonng/pigsty/releases/download/${VERSION}/pigsty.tgz
也可以从 Pigsty CDN 下载最新版本的Pigsty源代码
VERSION=v1.5.1
http://download.pigsty.cc/${VERSION}/pigsty.tgz
执行以下脚本,将自动获取最新稳定版本的Pigsty:
bash -c "$(curl -fsSL http://download.pigsty.cc/get)"
Pigsty 源码包自带的下载脚本 download
也可以用于下载特定版本的Pigsty源码包本身
./download pigsty.tgz # 下载最新稳定版本的离线软件包至 /tmp/pigsty.tgz
./download pigsty # 不仅下载 /tmp/pigsty.tgz ,还将其解压至 ~/pigsty ,如果目标目录已经存在则跳过解压
克隆Pigsty源代码
git clone https://github.com/Vonng/pigsty
git clone git@github.com:Vonng/pigsty.git
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 2022-06-20: add timescaledb (3c335f4)