docs.coopcloud.tech/docs/abra/install.md

682 B

title
Install

Stable release

curl https://install.abra.coopcloud.tech | bash

Release candidate

curl https://install.abra.coopcloud.tech | bash -s -- --rc

Installer script source

You can view that here.

Using Docker

docker run \
	-v $HOME/.abra:/.abra \
	git.coopcloud.tech/coop-cloud/abra app ls

!!! note If you're using symlinks, e.g. for sharing ~/.abra, add more -v options for each directory you're symlinking to, e.g. -v $HOME/Projects/CoopCloud/apps:/home/user/Projects/CoopCloud/apps