Update docs/server-setup.md
This commit is contained in:
@@ -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.
|
||||
|
||||
## 4. Install PostgreSQL
|
||||
## 5. Install PostgreSQL
|
||||
```bash
|
||||
sudo apt install -y postgresql postgresql-contrib
|
||||
|
||||
@@ -37,7 +37,7 @@ sudo systemctl start postgresql
|
||||
sudo systemctl enable postgresql
|
||||
```
|
||||
|
||||
## 5. Install Git
|
||||
## 6. Install Git
|
||||
```bash
|
||||
sudo apt install -y git
|
||||
```
|
||||
Reference in New Issue
Block a user