This project is meant for storing/archiving family information in a safe way (locally encrypted): Documents, Tax forms, scans of important licenses, etc.
Development
If this project interests you, star/watch it and feel free get involved.
go get -u github.com/jonathan-robertson/lockedarchive
- Install Dep for dependency management
- macOS
- If you don't already have it, install Homebrew according to this guide
- If you don't already have it, install Glide for dependency management
brew install dep
brew upgrade dep
to update it in case your version is out of date
- Navigate to $GOPATH/src/github.com/jonathan-robertson/lockedarchive
- Update dependencies with
dep ensure
- macOS
- If you add any new dependencies, be sure to include them in dep with
dep ensure -add
- example:
dep ensure -add example.com/some/dependency
- example:
Documentation Licensing
The content of this document and all other documents within this repository are licensed under the Creative Commons Attribution 3.0 License.