loomio/README.md

31 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-04-30 20:48:00 +00:00
# Loomio
2021-04-29 20:42:25 +00:00
2021-04-30 20:48:00 +00:00
"Loomio is a collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them. To find out more, visit Loomio.org."
2021-04-29 20:42:25 +00:00
<!-- metadata -->
2021-04-30 20:48:00 +00:00
* **Category**: Apps
2021-11-23 10:19:05 +00:00
* **Status**: 0, work-in-progress
2021-04-30 20:48:00 +00:00
* **Image**: [`loomio/*`](https://hub.docker.com/r/loomio)
* **Healthcheck**: No
* **Backups**: No
* **Email**: ?
* **Tests**: No
* **SSO**: No
2021-04-29 20:42:25 +00:00
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
2021-04-30 20:48:00 +00:00
3. `abra app new loomio` (optionally with `--pass` if you'd like
2021-04-29 20:42:25 +00:00
to save secrets in `pass`)
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
2021-04-29 20:42:25 +00:00
your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
2022-01-21 15:54:54 +00:00
6. This should be automated but you also need to run `abra app run loomio_some_domain app rake db:migrate`
7. Open the configured domain in your browser to finish set-up
2023-09-22 16:12:01 +00:00
8. Give yourself admin rights by running `User.last.update(is_admin: true)`
2021-04-29 20:42:25 +00:00
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik