aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md4
-rw-r--r--support/doc/development/server/code.md1
2 files changed, 3 insertions, 2 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index c950b357f..7017976e5 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -10,7 +10,7 @@
10 10
11``` 11```
12$ sudo apt update 12$ sudo apt update
13$ sudo apt install nginx ffmpeg postgresql openssl g++ make 13$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server
14``` 14```
15 15
16## Arch Linux 16## Arch Linux
@@ -18,7 +18,7 @@ $ sudo apt install nginx ffmpeg postgresql openssl g++ make
18 1. Run: 18 1. Run:
19 19
20``` 20```
21$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl 21$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis
22``` 22```
23 23
24## Other distributions 24## Other distributions
diff --git a/support/doc/development/server/code.md b/support/doc/development/server/code.md
index 953ccdbfe..e9ab7373c 100644
--- a/support/doc/development/server/code.md
+++ b/support/doc/development/server/code.md
@@ -7,6 +7,7 @@ The server is a web server developed with [TypeScript](https://www.typescriptlan
7 7
8 * [TypeScript](https://www.typescriptlang.org/) -> Language 8 * [TypeScript](https://www.typescriptlang.org/) -> Language
9 * [PostgreSQL](https://www.postgresql.org/) -> Database 9 * [PostgreSQL](https://www.postgresql.org/) -> Database
10 * [Redis](https://redis.io/) -> Job queue/cache
10 * [Express](http://expressjs.com) -> Web server framework 11 * [Express](http://expressjs.com) -> Web server framework
11 * [Sequelize](http://docs.sequelizejs.com/en/v3/) -> SQL ORM 12 * [Sequelize](http://docs.sequelizejs.com/en/v3/) -> SQL ORM
12 * [WebTorrent](https://webtorrent.io/) -> BitTorrent tracker and torrent creation 13 * [WebTorrent](https://webtorrent.io/) -> BitTorrent tracker and torrent creation