[NO STORY] deploy fixes
This PR makes some code changes that were necessary to manually deploy signal-boost
and documents the non-code changes that were used for the process. (In the hopes of leaving breadcrumbs for automating that process later).
More specifically, it:
- adds a password to prod config in
db.json
and encryptsdb.json
- adds signal-cli/dbus dependencies to
./bin/install-signal-cli
- offers both exported and non-exported env vars in
.env
(former are needed by bash scripts, latter by node'sdotenv
package - adds a chucnk of documentation to
README.md
Edited by aguestuser