Skip to content

Commit db16cae

Browse files
committed
typos
1 parent e0074d6 commit db16cae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66

77
There are several ways to deploy BBBLB:
88

9-
* **Docker Compose:** Run BBBLB, `Postgres <hhttps://www.postgresql.org/>`_ and `Caddy <https://caddyserver.com/docs/install#docker>`_ on a single VM with `docker compose <https://docs.docker.com/compose/>`_. This is the recommended way to get started and is suitable for most production deployments.
9+
* **Docker Compose:** Run BBBLB, `Postgres <https://www.postgresql.org/>`_ and `Caddy <https://caddyserver.com/docs/install#docker>`_ on a single VM with `docker compose <https://docs.docker.com/compose/>`_. This is the recommended way to get started and is suitable for most production deployments.
1010
* **Kubernetes:** Let's be honest, most deployments do not actually benefit from the added complexity of Kubernetes, but if you absolutely need redundancy or high availability, this is the way to go. If you are in that position, you probably know already how to pull this of and won't need a tutorial. Good luck! (PRs welcome)
1111
* **Manual:** If you hate containers and already have a Postgres database server and front-end web server up and running, you could also run BBBLB with systemd and connect the dots yourself. While not recommended, that's absolutely possible.
1212
* **Standalone:** BBBLB *can* run as a standalone application with an embedded HTTP(S) server (uvicorn) and database (sqlite). While this is nice for quick tests and development, it is not the recommended way to run BBBLB in production.

docs/recording.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Recording Internals
22
===============================
33

44
In a cluster setup, recordings usually do not stay on the BBB nodes
5-
there were created on, but are transferred to the loadbalancer and made
5+
they were created on, but are transferred to the loadbalancer and made
66
available via the same URL users and applications use to access the
77
cluster. Here is how that works.
88

@@ -83,7 +83,7 @@ Recover from a crash
8383

8484
The importer will pick up all tasks from the
8585
``{PATH_DATA}/recordings/inbox/`` directory on startup, so even after a
86-
crash, the is usually no need to intervene. If you notice that some
86+
crash, there is usually no need to intervene. If you notice that some
8787
files in the inbox directory are not processed after a crash, follow
8888
these steps:
8989

@@ -130,7 +130,7 @@ an already imported recording, delete it first.
130130

131131
Next, the database entries for the recording and individual playback
132132
formats are created. If they already exists, they are not updated. The
133-
frontend may have already published or updated the recording, we to not
133+
frontend may have already published or updated the recording, we do not
134134
want to overwrite those changes. To actually replace an already imported
135135
recording, delete it first.
136136

0 commit comments

Comments
 (0)