minor in docs
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 %})
|
||||||
|
|||||||
Reference in New Issue
Block a user