Install software-properties-common
sudo apt-get install software-properties-common
Add Repo
sudo add-apt-repository ppa:olipo186/git-auto-deploy
upstream app { | |
# Path to Puma SOCK file, as defined previously | |
server unix:/home/deployer/fastfood/shared/tmp/sockets/puma.sock fail_timeout=0; | |
} | |
server { | |
listen 80; | |
server_name localhost; | |
root /home/deployer/fastfood/current/public; |
Install software-properties-common
sudo apt-get install software-properties-common
Add Repo
sudo add-apt-repository ppa:olipo186/git-auto-deploy
To install PostgreSQL on Ubuntu 22.04, follow these steps:
Update the package manager's package list by running the following command:
sudo apt update
Install the PostgreSQL package by running the following command:
sudo apt install postgresql