PIGSTY

Installation

Getting started with Pigsty

Quick Start

Quick start: Prepare an ssh-accessible node with fresh installed Linux, run as user with nopass ssh and sudo privileges:

Download pigsty with:

curl -fsSL https://repo.pigsty.io/get | bash; cd ~/pigsty;

Bootstrap pigsty: (install ansible dependency)

./bootstrap

Configure the inventory file according your need. (CHANGE PASSWORDS in pigsty.yml)

./configure

Install everything according to your config:

./install.yml

Pigsty Installed! Explore the User Interface, check port 5432 for Postgres Service, port 3000 for grafana dashboards (admin / pigsty).


What's Next?


Installation


Preparation


Reference