From 1105245f4203f7f6f6ddf8b59d64bbfede5a3313 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 2 Mar 2021 18:38:40 +0200 Subject: [PATCH] Follow new exciting README standard See coop-cloud/organising#31 --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1a76f6f..3f3a5a8 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,26 @@ > https://portainer.readthedocs.io -1. Set up Docker Swarm and [`abra`][abra] + +* **Category**: Utilities +* **Status**: ? +* **Image**: [`portainer/portainer`](https://hub.docker.com/r/portainer/portainer), βΆπŸ’š, upstream +* **Healthcheck**: No +* **Backups**: ? +* **Email**: ? +* **Tests**: β·πŸ’› +* **SSO**: No + + +## Basic usage + +1. Set up Docker Swarm and [`abra`] 2. Deploy [`compose-stacks/traefik`][compose-traefik] -3. `cp .envrc.sample .envrc` -4. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to +3. `abra app new traefik` +4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to your Docker swarm box -5. `direnv allow` (or `. .envrc`) -6. `abra deploy` -7. Log into the web interface to create an initial user +5. `abra app YOURAPPDOMAIN deploy` +6. Log into the web interface to create an initial user [abra]: https://git.autonomic.zone/autonomic-cooperative/abra [compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik