Skip to content

Commit

Permalink
docs: note the VM the client should be run in, link to ws docs
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero authored and sssoleileraaa committed Jul 19, 2019
1 parent 2da81c2 commit baada7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ make check

### Developer environment on Qubes

* Ran by directly invoking the client `python -m securedrop_client`.
* Ran by directly invoking the client `python -m securedrop_client` in the `sd-svs` AppVM
* Requires that `make all` in the `securedrop-workstation` repository has completed successfully
* For convienient access to network in order to clone the repository and push branches, you'll need to add a NetVM (`sys-firewall`)
* Uses `~/.securedrop_client` as its configuration directory
* Requests/responses proxied via the `securedrop-proxy` RPC service (and Tor is used)
* `split-gpg` is used with the key configured in the `sd-gpg` AppVM
Expand All @@ -129,6 +130,7 @@ make check
* Uses `~/.securedrop_client` as its configuration directory
* Requests/responses proxied via the `securedrop-proxy` RPC service (and Tor is used)
* `split-gpg` is used with the key configured in the `sd-gpg` AppVM
* To run the client from the packaged code in Qubes, see the [documentation here](https://github.com/freedomofpress/securedrop-workstation/#using-the-securedrop-client)
* Using a version of this application installed from a deb package in Qubes,
you can debug issues by looking at the log file in
`~/.securedrop_client/logs/client.log`
Expand Down

0 comments on commit baada7b

Please sign in to comment.