bonfire/README.md

39 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-03-08 22:24:27 +00:00
# bonfire
2022-04-10 10:02:04 +00:00
A [coop-cloud](https://coopcloud.tech) recipe for deploying [Bonfire](https://bonfirenetworks.org)
2022-03-08 22:24:27 +00:00
<!-- metadata -->
* **Category**: Apps
* **Status**: 1, alpha
* **Image**: [`bonfirenetworks/bonfire`](https://hub.docker.com/r/bonfirenetworks/bonfire/tags), 4, upstream
* **Healthcheck**:
* **Backups**:
* **Email**:
* **Tests**:
* **SSO**:
<!-- endmetadata -->
## Basic usage
2022-03-30 03:38:17 +00:00
1. Install [`abra`] on your computer
2024-04-01 17:57:17 +00:00
2. Prepare your server with `abra server add your-server.domain.name`
2022-03-30 03:38:17 +00:00
3. Deploy the [`coop-cloud/traefik`] proxy if you haven't already
2022-05-30 09:19:49 +00:00
3. `abra app new --secrets bonfire`
2022-06-22 23:26:12 +00:00
4. `abra app config your-server.domain.name` to check and edit the config (there are comments to explain the different options)
5. `abra app deploy your-server.domain.name`
2022-05-30 09:19:49 +00:00
6. Open the configured domain in your browser and sign up!
2022-03-08 22:24:27 +00:00
2022-03-11 20:18:17 +00:00
## Upgrades
2022-06-22 23:26:12 +00:00
`abra app deploy --force your-server.domain.name`
2022-03-08 22:24:27 +00:00
2022-03-30 03:38:17 +00:00
[`abra`]: https://docs.coopcloud.tech/abra/
2022-03-08 22:24:27 +00:00
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik
2022-03-30 03:38:17 +00:00
## FAQ
2022-06-22 23:26:12 +00:00
2022-03-30 03:38:17 +00:00
### The app isn't starting
2022-06-22 23:26:12 +00:00
On the server, try this command to see what services are starting or not: `docker service ls` and this one to debug why one isn't starting: `docker service ps $container_name`
### How can I get to the app's Elixir console?
`abra app run your-server.domain.name app bin/bonfire remote`