Install script: clone to ~/.avault/avault + symlink #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Proper install/update flow for avault. Currently it's manually symlinked from various workspace locations. Should be a clean clone + symlink.
Install flow
What install.sh does
~/.avault/avault/(or pull if already exists)nostr-sdkpip dependency~/.avault/avault/scripts/avault.pyto~/.local/bin/avault(or/usr/local/bin/avaultwith sudo)avault init --signer-npub <npub>if first time)Update flow
Directory layout after install
Note: vault data files live in
~/.avault/(parent of the repo), not inside the repo. They are user data, not source code.Acceptance criteria
install.shin repo root~/.avault/avault/git pulloravault update