Skip to content

Commit

Permalink
Drops manual guide.
Browse files Browse the repository at this point in the history
This is ancient and not updated for a long time.
  • Loading branch information
damencho committed Jun 4, 2024
1 parent 05a0d03 commit 654b64b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 298 deletions.
2 changes: 1 addition & 1 deletion docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ sudo firewall-cmd --permanent --add-port=10000/udp
sudo firewall-cmd --reload
```
See [the corresponding section in the manual setup guide](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart#setup-and-configure-your-firewall).
See [the corresponding section in the debian/ubuntu setup guide](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart#setup-and-configure-your-firewall).
### Images
Expand Down
290 changes: 0 additions & 290 deletions docs/devops-guide/manual.md

This file was deleted.

7 changes: 1 addition & 6 deletions docs/devops-guide/scalable.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Building a scalable infrastructure is not a task for beginning Jitsi Administrat
The instructions assume that you have installed a single node version successfully, and that
you are comfortable installing, configuring and debugging Linux software.
This is not a step-by-step guide, but will show you, which packages to install and which
configurations to change. Use the [manual install](devops-guide-manual) for
details on how to setup Jitsi on a single host.
configurations to change.
It is highly recommended to use configuration management tools like Ansible or Puppet to manage the
installation and configuration.
:::
Expand Down Expand Up @@ -126,10 +125,6 @@ Open to the videobridges only

Create the `/etc/nginx/sites-available/meet.example.com.conf` as usual

#### Prosody

Follow the steps in the [manual install](devops-guide-manual) for setup tasks

#### Jitsi-Meet

Adapt `/usr/share/jitsi-meet/config.js` and `/usr/share/jitsi-meet/interface-config.js` to your specific needs
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ module.exports = {
"devops-guide/devops-guide-quickstart",
"devops-guide/devops-guide-opensuse",
"devops-guide/devops-guide-docker",
"devops-guide/devops-guide-manual",
],
},
{
Expand Down

0 comments on commit 654b64b

Please sign in to comment.