SecureDrop

From Noisebridge
Revision as of 19:10, 5 November 2017 by 208.70.31.232 (talk) (Developing in Arch: more requirements)
Jump to navigation Jump to search

https://securedrop.org/


Android

https://guardianproject.info/apps/orbot/ https://guardianproject.info/apps/orfox/


Hackathon (Aaron Swartz Day)

https://gist.github.com/redshiftzero/81779c42b66738c9478e0f8b830f337f


Developing in Arch

trying to get this to work, hack in progress

git clone https://github.com/freedomofpress/securedrop

pacman -S vagrant python-virtualenvwrapper python-pip

Complete the required steps for Python2 compatibility: https://wiki.archlinux.org/index.php/Python/Virtual_environment#Installation_2

mkvirtualenv -p /usr/bin/python2 securedrop

workon securedrop to restart a env

install pip dependencies from inside virtualenv:

pip install -r securedrop/requirements/develop-requirements.txt
pip install -r testinfra/requirements.txt

NOTE: May also need to run pip install -r securedrop/requirements/requirements.txt

pip install ansible

cd into git directory and run vagrant up

run vagrant provision to re-initialization vagrant if there's a failure or issue

cd into /vagrant inside vagrant dev environment

cd into securedrop folder, run ./manage.py run