Download postgresql from https://www.enterprisedb.com/download-postgresql-binaries;
Unzip it;
Open a cmd;
Enter into the ‘bin’ directory;
Download postgresql from https://www.enterprisedb.com/download-postgresql-binaries;
Unzip it;
Open a cmd;
Enter into the ‘bin’ directory;
| #!/bin/sh | |
| #Prerequisites | |
| sudo apt update && sudo apt -y upgrade | |
| sudo apt-get install git curl wget \ | |
| libnewt-dev libssl-dev libncurses5-dev \ | |
| subversion libsqlite3-dev build-essential \ | |
| libjansson-dev libxml2-dev uuid-dev | |
| #Download the latest release of Asterisk 15 to your local system for installation. |