mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 00:59:24 +01:00
spaces needed
This commit is contained in:
parent
0ae52d9fe9
commit
32e8bbc73d
26
README.md
26
README.md
@ -48,13 +48,15 @@ Community instances:
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Install [node.js](https://nodejs.org/en/)
|
1. Install [node.js](https://nodejs.org/en/)
|
||||||
For example:
|
|
||||||
`# curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs`
|
For example:
|
||||||
|
`# curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs`
|
||||||
|
|
||||||
1. Install [redis-server](https://redis.io/) and [ffmpeg](https://ffmpeg.org/)
|
1. Install [redis-server](https://redis.io/) and [ffmpeg](https://ffmpeg.org/)
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
`# apt install redis-server ffmpeg`
|
`# apt install redis-server ffmpeg`
|
||||||
Leave ffmpeg out if you don't want video support.
|
Leave ffmpeg out if you don't want video support.
|
||||||
|
|
||||||
1. `$ git clone https://codeberg.org/teddit/teddit`
|
1. `$ git clone https://codeberg.org/teddit/teddit`
|
||||||
1. `$ cd teddit`
|
1. `$ cd teddit`
|
||||||
@ -62,16 +64,16 @@ Leave ffmpeg out if you don't want video support.
|
|||||||
1. Edit `config.js.template` to suit your environment. After done, rename it to `config.js`.
|
1. Edit `config.js.template` to suit your environment. After done, rename it to `config.js`.
|
||||||
1. Edit redis.conf file and set maxmemory value to suit your environment (e.g. 75% of your total RAM).
|
1. Edit redis.conf file and set maxmemory value to suit your environment (e.g. 75% of your total RAM).
|
||||||
|
|
||||||
`# nano /etc/redis/redis.conf`
|
`# nano /etc/redis/redis.conf`
|
||||||
Add new lines:
|
Add new lines:
|
||||||
`maxmemory 2gb`
|
`maxmemory 2gb`
|
||||||
`maxmemory-policy volatile-ttl`
|
`maxmemory-policy volatile-ttl`
|
||||||
Save and exit.
|
Save and exit.
|
||||||
|
|
||||||
1. Restart redis
|
1. Restart redis
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
`systemctl restart redis`
|
`systemctl restart redis`
|
||||||
|
|
||||||
1. `$ node app.js`
|
1. `$ node app.js`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user