mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor in docs
This commit is contained in:
parent
ee96c73fbf
commit
6749fbfea6
2 changed files with 5 additions and 3 deletions
|
@ -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 %})
|
||||||
|
|
Loading…
Reference in a new issue