Deleting references to Martus
This commit is contained in:
parent
1789081598
commit
6a33eece85
1
doc.md
1
doc.md
|
@ -225,7 +225,6 @@ Unofficial, third-party documentation from the Qubes community and others.
|
||||||
* [Whonix for Privacy & Anonymity](/doc/whonix/)
|
* [Whonix for Privacy & Anonymity](/doc/whonix/)
|
||||||
* [Running Tails in Qubes](/doc/tails/)
|
* [Running Tails in Qubes](/doc/tails/)
|
||||||
* [Anonymizing your MAC Address](/doc/anonymizing-your-mac-address/)
|
* [Anonymizing your MAC Address](/doc/anonymizing-your-mac-address/)
|
||||||
* [Martus](/doc/martus/)
|
|
||||||
* [Signal](/doc/signal/)
|
* [Signal](/doc/signal/)
|
||||||
* [Reducing the fingerprint of the text-based web browser w3m](/doc/w3m/)
|
* [Reducing the fingerprint of the text-based web browser w3m](/doc/w3m/)
|
||||||
|
|
||||||
|
|
49
external/privacy-guides/martus.md
vendored
49
external/privacy-guides/martus.md
vendored
|
@ -1,49 +0,0 @@
|
||||||
---
|
|
||||||
layout: doc
|
|
||||||
title: Martus
|
|
||||||
permalink: /doc/martus/
|
|
||||||
---
|
|
||||||
|
|
||||||
Martus
|
|
||||||
======
|
|
||||||
|
|
||||||
[Martus] is a free, open source, secure information collection and management tool
|
|
||||||
that empowers rights activists to be stronger in their fight against injustice and abuse.
|
|
||||||
|
|
||||||
To install Martus in a qube:
|
|
||||||
|
|
||||||
1. Create a Debian 8 backports template using the Qubes VM Manager or running
|
|
||||||
`qvm-clone debian-8 debian-8-backports` in dom0.
|
|
||||||
|
|
||||||
2. Add backports to the sources for the new template by opening a terminal in
|
|
||||||
the new template, run `sudo vi /etc/apt/sources.list` and add
|
|
||||||
`deb http://http.debian.net/debian jessie-backports main`.
|
|
||||||
|
|
||||||
(If you are new to `vi` text editing, type `i` to be able to edit, and when
|
|
||||||
done editing press `ESC` then type `:x` and press `ENTER`.)
|
|
||||||
|
|
||||||
3. Update source list: `sudo apt-get update`.
|
|
||||||
|
|
||||||
4. Install `openjdk` and `openjfx` from backports:
|
|
||||||
`sudo apt-get -t jessie-backports install openjdk-8-jre openjfx`.
|
|
||||||
|
|
||||||
5. You may need to install `unzip` to be able to unzip Martus after you
|
|
||||||
download it: `sudo apt-get install unzip`.
|
|
||||||
|
|
||||||
6. Create a new qube/appvm based on your `debian-8-martus` template with
|
|
||||||
whatever color and networking you want (`sys-whonix` probably preferred)
|
|
||||||
using the Qubes VM Manager or running
|
|
||||||
`qvm-create -t debian-8-backports -l blue martus` and
|
|
||||||
`qvm-prefs -s martus netvm sys-whonix` in dom0.
|
|
||||||
|
|
||||||
7. Download the latest Martus version from https://martus.org.
|
|
||||||
|
|
||||||
8. Unzip the Martus package `unzip Martus-5.1.1.zip`.
|
|
||||||
|
|
||||||
9. `cd` into new folder: `cd Martus-5.1.1`.
|
|
||||||
|
|
||||||
10. Run Martus: `java -jar martus.jar`.
|
|
||||||
|
|
||||||
|
|
||||||
[Martus]: https://martus.org/
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user