Merge branch 'dev'
This commit is contained in:
@@ -7,5 +7,8 @@ nav_order: 9
|
||||
|
||||
## Contacts
|
||||
|
||||
### :elephant: Mastodon ⇒ [@gancio@mastodon.cisti.org](https://mastodon.cisti.org/@gancio)
|
||||
|
||||
- :elephant: Mastodon ⇒ [@gancio@mastodon.cisti.org](https://mastodon.cisti.org/@gancio)
|
||||
- :email: Email ⇒ [info@cisti.org](mailto:info@cisti.org)
|
||||
- IRC ⇒ #gancio @ irc.autistici.org (sometimes...)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ apt-get update && apt-get install yarn
|
||||
|
||||
1. Install Gancio
|
||||
```bash
|
||||
yarn global add --silent {{site.url}}{% link /latest.tgz %} 2> /dev/null
|
||||
yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null
|
||||
```
|
||||
|
||||
1. Setup with postgreSQL __(optional as you can choose sqlite)__
|
||||
@@ -64,6 +64,6 @@ sudo pm2 startup -u gancio
|
||||
|
||||
## Upgrade
|
||||
```bash
|
||||
sudo yarn global add --silent {{site.url}}{% link /latest.tgz %} 2> /dev/null
|
||||
sudo yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null
|
||||
sudo service pm2 restart
|
||||
```
|
||||
|
||||
@@ -79,7 +79,7 @@ cd ~
|
||||
cd /etc/nginx/sites-available
|
||||
```
|
||||
|
||||
1. [Setup nginx as a proxy]({% link install/nginx.md %}
|
||||
1. [Setup nginx as a proxy]({% link install/nginx.md %})
|
||||
|
||||
1. Point your web browser to [http://localhost:13120](http://localhost:13120) or where you specified during setup and enjoy :tada:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
t---
|
||||
layout: default
|
||||
title: Nginx setup
|
||||
permalink: /install/nginx
|
||||
|
||||
Reference in New Issue
Block a user