Update README.md

This commit is contained in:
Mayel de Borniol 2022-05-30 21:19:49 +12:00
parent d527c4e916
commit cfeada9ecc

View File

@ -16,13 +16,12 @@ A [coop-cloud](https://coopcloud.tech) recipe for deploying [Bonfire](https://bo
## Basic usage ## Basic usage
1. Install [`abra`] on your computer 1. Install [`abra`] on your computer
2. Set up your server with `abra server add --provision your-server.domain.name server_username 22` 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. Deploy the [`coop-cloud/traefik`] proxy if you haven't already
3. `abra app new --secrets https://github.com/bonfire-networks/bonfire-deploy` 3. `abra app new --secrets bonfire`
4. Generate extra secrets with `~/.abra/apps/bonfire/secrets.sh YOUR_APP_NAME` and edit the config (in next step) for `SECRET_SECRET_KEY_BASE_VERSION`, `SECRET_SIGNING_SALT_VERSION`, and `SECRET_ENCRYPTION_SALT_VERSION` from `v1` to `v2` 4. `abra app config YOUR_APP_NAME` to check and edit the config (there are comments to explain the different options)
5. `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`
6. `abra app deploy YOUR_APP_NAME` 6. Open the configured domain in your browser and sign up!
7. Open the configured domain in your browser and sign up!
## Upgrades ## Upgrades
`abra app deploy --force YOUR_APP_NAME` `abra app deploy --force YOUR_APP_NAME`