docs: log in/out issue
continuous-integration/drone/push Build is passing Details

Closes coop-cloud/organising#562
This commit is contained in:
decentral1se 2024-03-27 07:00:19 +01:00
parent 45446f0168
commit 0fe493b959
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 12 additions and 0 deletions

View File

@ -232,6 +232,12 @@ The requirements are:
1. Swarm mode initialised
1. Proxy network created
!!! warning "You may need to log in/out"
When running `usermod ...`, you may need to (depending on your system) log
in and out again of your shell session to get the required permissions for
Docker.
```
# docker install convenience script
wget -O- https://get.docker.com | bash

View File

@ -32,6 +32,12 @@ You need to keep port `:80` and `:443` free on your server for web proxying to y
`abra` has support for creating servers (`abra server new`) but that is a more advanced automation feature which is covered in the [handbook](/operators/handbook). For this tutorial, we'll focus on the basics. Assuming you've managed to create a testing VPS with some `$hosting_provider`, you'll need to install Docker, add your user to the Docker group & setup swarm mode:
!!! warning "You may need to log in/out"
When running `usermod ...`, you may need to (depending on your system) log
in and out again of your shell session to get the required permissions for
Docker.
```
# docker install convenience script
wget -O- https://get.docker.com | bash