1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-18 05:00:37 +01:00

changed markdown code blocks to improve syntax highlighting

changed from e.g. console -> docker to improve general readability
This commit is contained in:
Jean-Luc Tibaux 2022-01-12 09:25:22 +01:00
parent 734ac6a817
commit 849475925d

View File

@ -52,7 +52,7 @@ See ```CHANGELOG.md```
### Docker-compose method (production) ### Docker-compose method (production)
```console ```docker
version: "3.8" version: "3.8"
services: services:
@ -98,7 +98,7 @@ Note: This compose is made for a true "production" setup, and is made to be used
### Docker-compose method (development) ### Docker-compose method (development)
```console ```bash
git clone https://codeberg.org/teddit/teddit git clone https://codeberg.org/teddit/teddit
cd teddit cd teddit
docker-compose build docker-compose build
@ -161,7 +161,7 @@ The following variables may be set to customize your deployment at runtime.
It's needed if you want to support videos. It's needed if you want to support videos.
```console ```bash
# Linux # Linux
apt install redis-server ffmpeg apt install redis-server ffmpeg
@ -171,7 +171,7 @@ The following variables may be set to customize your deployment at runtime.
1. Clone and set up the repository. 1. Clone and set up the repository.
```console ```bash
git clone https://codeberg.org/teddit/teddit git clone https://codeberg.org/teddit/teddit
cd teddit cd teddit
npm install --no-optional npm install --no-optional