From 4c0647677c37b4062a314b93faf5700b5c56e54b Mon Sep 17 00:00:00 2001 From: trav Date: Wed, 17 Jan 2024 13:28:00 -0800 Subject: [PATCH] updated readme a tiny bit, could use even more clarity --- README.md | 6 ++++++ README.md~ | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 README.md~ diff --git a/README.md b/README.md index f75d061..397e894 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,11 @@ 5. `abra app deploy YOURAPPDOMAIN` 6. Open the configured domain in your browser to finish set-up +## Setup with Gitea + +follow this guide: https://docs.drone.io/server/provider/gitea/ + +then you'll also need to setup drone-docker-runner (`abra app new drone-docker-runner`). More info at https://docs.drone.io/runner/docker/installation/linux/. + [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra [`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000..9dd73c8 --- /dev/null +++ b/README.md~ @@ -0,0 +1,36 @@ +# Drone + +[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/drone/status.svg)](https://drone.autonomic.zone/coop-cloud/drone) + + +* **Category**: Apps +* **Status**: 1, alpha +* **Image**: [`drone/drone`](https://hub.docker.com/r/drone/drone), 4, upstream +* **Healthcheck**: Yes +* **Backups**: ? +* **Email**: ? +* **Tests**: 2 +* **SSO**: 3 (OAuth) + + +## Basic usage + +1. Set up Docker Swarm and [`abra`] +2. Deploy [`coop-cloud/traefik`] +3. `abra app new drone --secrets` (optionally with `--pass` if you'd like + to save secrets in `pass`) +4. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to + your Docker swarm box +5. `abra app deploy YOURAPPDOMAIN` +6. Open the configured domain in your browser to finish set-up + +## Setup with Gitea + +follow this guide: https://docs.drone.io/server/provider/gitea/ + +then you'll also need to setup drone-docker-runner (`abra app new drone-docker-runner`). More info at https://docs.drone.io/runner/docker/installation/linux/. + +also it needs secrets added to the repo or the org. + +[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra +[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik