minor in docs

This commit is contained in:
lesion 2021-12-02 12:09:03 +01:00
parent ee96c73fbf
commit 6749fbfea6
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 5 additions and 3 deletions

View file

@ -85,6 +85,7 @@ li {
min-height: 160px; min-height: 160px;
object-fit: cover; object-fit: cover;
object-position: top; object-position: top;
aspect-ratio: 1.7778;
} }
.place { .place {

View file

@ -9,7 +9,7 @@ parent: Install
1. Install dependencies 1. Install dependencies
```bash ```bash
sudo apt install curl gcc g++ make libpq-dev sudo apt install curl gcc g++ make wget libpq-dev
``` ```
@ -44,12 +44,13 @@ sudo yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null
1. Setup systemd service and reload systemd 1. Setup systemd service and reload systemd
```bash ```bash
sudo wget http://gancio.org/gancio.service -O /etc/systemd/system/gancio.service sudo wget http://gancio.org/gancio.service -O /etc/systemd/system/gancio.service
sudo service daemon-reload sudo systemctl daemon-reload
sudo systemctl enable gancio
``` ```
1. Start gancio service (this should listen on port 13120) 1. Start gancio service (this should listen on port 13120)
```bash ```bash
sudo service gancio start sudo systemctl start gancio
``` ```
1. [Setup nginx as a proxy]({% link install/nginx.md %}) 1. [Setup nginx as a proxy]({% link install/nginx.md %})