Migrate abra installer to coopcloud.tech domain

Closes coop-cloud/abra#150.
This commit is contained in:
decentral1se
2021-05-31 21:10:51 +02:00
parent 0af0ea096f
commit 499cc46583
7 changed files with 12 additions and 11 deletions

View File

@ -39,16 +39,16 @@ Requirements:
Install the latest stable release:
```sh
curl https://install.abra.autonomic.zone | bash
curl https://install.abra.coopcloud.tech | bash
```
or the bleeding-edge development version:
```sh
curl https://install.abra.autonomic.zone | bash -s -- --dev
curl https://install.abra.coopcloud.tech | bash -s -- --dev
```
The source for this script is [here](./deploy/install.abra.autonomic.zone/installer).
The source for this script is [here](./deploy/install.abra.coopcloud.tech/installer).
## Update
@ -61,7 +61,7 @@ To update the development version, run `abra upgrade --dev`.
It's written in Bash version 4 or greater!
Install it via `curl https://install.abra.autonomic.zone | bash -s -- --dev`, then you can hack on the source in `~/.abra/src`.
Install it via `curl https://install.abra.coopcloud.tech | bash -s -- --dev`, then you can hack on the source in `~/.abra/src`.
The command-line interface is generated via [docopt](http://docopt.org/). If you add arguments then you need to run `make docopt` ro regenerate the parser.
@ -82,11 +82,11 @@ Then run `./bin/app-json.py` ([source](./bin/app-json.py)) and it will spit out
### `abra`
> [install.abra.autonomic.zone](https://install.abra.autonomic.zone)
> [install.abra.coopcloud.tech](https://install.abra.coopcloud.tech)
- Change the `x.x.x` header in [CHANGELOG.md](./CHANGELOG.md) to reflect new version and mark date
- Update the version in [abra](./abra)
- Update the version in [deploy/install.abra.autonomic.zone/installer](./deploy/install.abra.autonomic.zone/installer)
- Update the version in [deploy/install.abra.coopcloud.tech/installer](./deploy/install.abra.coopcloud.tech/installer)
- `git commit` the above changes and then tag it with `git tag <your-new-version>`
- `git push` and `git push --tags`
- Deploy a new installer script `make release-installer`