Jump to content

Fediverse relays: Difference between revisions

m
Line 93: Line 93:
Dependencies are apps you need to install before you can install the app you want.
Dependencies are apps you need to install before you can install the app you want.


1. sudo apt install vim
# sudo apt install vim
* confirm with yes when asked
## confirm with yes when asked
2. sudo apt install git
# sudo apt install git
* confirm with yes when asked
## confirm with yes when asked
3. sudo apt install docker
# sudo apt install docker
* confirm with yes when asked
## confirm with yes when asked
4. sudo apt install docker-compose
# sudo apt install docker-compose
* confirm with yes when asked
## confirm with yes when asked
4. sudo apt install docker.io
# sudo apt install docker.io
* confirm with yes when asked
## confirm with yes when asked


==== Install the relay with docker ====
==== Install the relay with docker ====