Update docs/server-setup.md

This commit is contained in:
2026-02-28 18:15:44 +00:00
parent 6e31681438
commit 17dea01323

View File

@@ -29,7 +29,7 @@ sudo bash -c 'echo -e "[global]\nbreak-system-packages = true" > /etc/pip.conf'
-- this is optional, either create a venv for separate python based app in repo, or simply have global permissson by this. -- this is optional, either create a venv for separate python based app in repo, or simply have global permissson by this.
## 4. Install PostgreSQL ## 5. Install PostgreSQL
```bash ```bash
sudo apt install -y postgresql postgresql-contrib sudo apt install -y postgresql postgresql-contrib
@@ -37,7 +37,7 @@ sudo systemctl start postgresql
sudo systemctl enable postgresql sudo systemctl enable postgresql
``` ```
## 5. Install Git ## 6. Install Git
```bash ```bash
sudo apt install -y git sudo apt install -y git
``` ```