Updated the scripts

This commit is contained in:
Sambo Chea 2021-04-03 14:04:27 +07:00
parent af4c1a9825
commit 7576126cdf
2 changed files with 10 additions and 1 deletions

View File

@ -14,3 +14,6 @@ sudo systemctl enable nginx
# Start nginx
sudo systemctl start nginx
# Status nginx
sudo systemctl status nginx

View File

@ -10,4 +10,10 @@ sudo apt-get update
sudo apt upgrade -y
# Install postgres and common utils
sudo apt install postgresql postgresql-contrib -y
sudo apt install postgresql postgresql-contrib -y
# Enable postgres
sudo systemctl enable postgresql
# Status nginx
sudo systemctl status postgresql