Installing the pgEdge Platform

Installing pgEdge Platform and Configuring a Distributed, Multi-Master Replication Cluster

There are several ways to install pgEdge Platform and deploy a replication cluster. You can:

Meeting Prerequisites

On each machine that will host a replication node, you must:

Configuring Passwordless SSH

You can use the following steps to configure passwordless SSH on each node of the replication cluster:

ssh-keygen -t rsa
cd ~/.ssh
cat id_rsa.pub >> authorized_keys
chmod 700 ~/.ssh && chmod 600 ~/.ssh/authorized_keys

Configuring Passwordless sudo

To configure passwordless sudo, open the /etc/sudoers file, and add a line of the form:

%username ALL = (ALL) NOPASSWD: ALL

Where username specifies the name of your operating system user.