1.5 KiB
layout | title | permalink |
---|---|---|
doc | Martus | /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:
-
Create a Debian 8 backports template using the Qubes VM Manager or running
qvm-clone debian-8 debian-8-backports
in dom0. -
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 adddeb http://http.debian.net/debian jessie-backports main
.(If you are new to
vi
text editing, typei
to be able to edit, and when done editing pressESC
then type:x
and pressENTER
.) -
Update source list:
sudo apt-get update
. -
Install
openjdk
andopenjfx
from backports:sudo apt-get -t jessie-backports install openjdk-8-jre openjfx
. -
You may need to install
unzip
to be able to unzip Martus after you download it:sudo apt-get install unzip
. -
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 runningqvm-create -t debian-8-backports -l blue martus
andqvm-prefs -s martus netvm sys-whonix
in dom0. -
Download the latest Martus version from https://martus.org.
-
Unzip the Martus package
unzip Martus-5.1.1.zip
. -
cd
into new folder:cd Martus-5.1.1
. -
Run Martus:
java -jar martus.jar
.