This commit is contained in:
Mayel de Borniol 2022-06-23 11:26:12 +12:00
parent cfeada9ecc
commit 2a46607e18
1 changed files with 8 additions and 4 deletions

View File

@ -19,16 +19,20 @@ A [coop-cloud](https://coopcloud.tech) recipe for deploying [Bonfire](https://bo
2. Prepare your server with `abra server add --provision your-server.domain.name server_username 22`
3. Deploy the [`coop-cloud/traefik`] proxy if you haven't already
3. `abra app new --secrets bonfire`
4. `abra app config YOUR_APP_NAME` to check and edit the config (there are comments to explain the different options)
5. `abra app deploy YOUR_APP_NAME`
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`
6. Open the configured domain in your browser and sign up!
## Upgrades
`abra app deploy --force YOUR_APP_NAME`
`abra app deploy --force your-server.domain.name`
[`abra`]: https://docs.coopcloud.tech/abra/
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik
## FAQ
### The app isn't starting
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`
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`