Code block abra

This commit is contained in:
Luke Murphy 2021-03-02 07:34:59 +01:00
parent 7adea254ed
commit 82c3d9dfa7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ $ sudo apt-get update
$ sudo apt-get install -y docker-ce docker-ce-cli containerd.io $ sudo apt-get install -y docker-ce docker-ce-cli containerd.io
``` ```
## Bootstrap abra ## Bootstrap `abra`
Once your DNS and docker daemon are up, you can install [abra](https://git.autonomic.zone/autonomic-cooperative/abra) locally on your developer machine and hook it up to your server. Once your DNS and docker daemon are up, you can install [`abra`](https://git.autonomic.zone/autonomic-cooperative/abra) locally on your developer machine and hook it up to your server.
Firstly, install `abra` locally. Firstly, install `abra` locally.
@ -129,7 +129,7 @@ $ abra app nextcloud secret generate --all
!!! warning !!! warning
Take care, these secrets are only shown once on the terminal so make sure Take care, these secrets are only shown once on the terminal so make sure
to take note of them! Abra makes use of the [Docker to take note of them! `abra` makes use of the [Docker
secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism to ship secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism to ship
these secrets securely to the server and store them as encrypted data. these secrets securely to the server and store them as encrypted data.