<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=208.70.31.232</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=208.70.31.232"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/208.70.31.232"/>
	<updated>2026-04-05T08:13:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=SecureDrop&amp;diff=61390</id>
		<title>SecureDrop</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=SecureDrop&amp;diff=61390"/>
		<updated>2017-11-06T02:19:28Z</updated>

		<summary type="html">&lt;p&gt;208.70.31.232: /* Developing in Arch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://securedrop.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
https://guardianproject.info/apps/orbot/&lt;br /&gt;
https://guardianproject.info/apps/orfox/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hackathon (Aaron Swartz Day) ===&lt;br /&gt;
&lt;br /&gt;
https://gist.github.com/redshiftzero/81779c42b66738c9478e0f8b830f337f&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Developing in Arch ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trying to get this to work, hack in progress&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
git clone https://github.com/freedomofpress/securedrop&lt;br /&gt;
&lt;br /&gt;
pacman -S vagrant python-virtualenvwrapper python-pip&lt;br /&gt;
&lt;br /&gt;
Complete the required steps for Python2 compatibility:&lt;br /&gt;
https://wiki.archlinux.org/index.php/Python/Virtual_environment#Installation_2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mkvirtualenv -p /usr/bin/python2 securedrop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;workon securedrop&amp;lt;/code&amp;gt; to restart a env&lt;br /&gt;
&lt;br /&gt;
install pip dependencies from inside virtualenv:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pip install -r securedrop/requirements/develop-requirements.txt&lt;br /&gt;
pip install -r testinfra/requirements.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: May also need to run &amp;lt;code&amp;gt;pip install -r securedrop/requirements/securedrop-requirements.txt&amp;lt;/code&amp;gt; (This could be multi-platform issues?)&lt;br /&gt;
&lt;br /&gt;
copy config example &amp;lt;code&amp;gt;cp config.py.example config.py&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pip install ansible&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cd into git directory and run &amp;lt;code&amp;gt;vagrant up&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
run &amp;lt;code&amp;gt;vagrant provision&amp;lt;/code&amp;gt; to re-initialization vagrant if there&#039;s a failure or issue&lt;br /&gt;
&lt;br /&gt;
cd into &amp;lt;code&amp;gt;/vagrant&amp;lt;/code&amp;gt; inside vagrant dev environment&lt;br /&gt;
&lt;br /&gt;
cd into &amp;lt;code&amp;gt;securedrop&amp;lt;/code&amp;gt; folder, run &amp;lt;code&amp;gt; ./manage.py run&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>208.70.31.232</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=SecureDrop&amp;diff=61389</id>
		<title>SecureDrop</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=SecureDrop&amp;diff=61389"/>
		<updated>2017-11-06T02:10:23Z</updated>

		<summary type="html">&lt;p&gt;208.70.31.232: /* Developing in Arch */ more requirements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://securedrop.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
https://guardianproject.info/apps/orbot/&lt;br /&gt;
https://guardianproject.info/apps/orfox/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hackathon (Aaron Swartz Day) ===&lt;br /&gt;
&lt;br /&gt;
https://gist.github.com/redshiftzero/81779c42b66738c9478e0f8b830f337f&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Developing in Arch ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;trying to get this to work, hack in progress&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
git clone https://github.com/freedomofpress/securedrop&lt;br /&gt;
&lt;br /&gt;
pacman -S vagrant python-virtualenvwrapper python-pip&lt;br /&gt;
&lt;br /&gt;
Complete the required steps for Python2 compatibility:&lt;br /&gt;
https://wiki.archlinux.org/index.php/Python/Virtual_environment#Installation_2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mkvirtualenv -p /usr/bin/python2 securedrop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;workon securedrop&amp;lt;/code&amp;gt; to restart a env&lt;br /&gt;
&lt;br /&gt;
install pip dependencies from inside virtualenv:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pip install -r securedrop/requirements/develop-requirements.txt&lt;br /&gt;
pip install -r testinfra/requirements.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: May also need to run &amp;lt;code&amp;gt;pip install -r securedrop/requirements/requirements.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pip install ansible&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cd into git directory and run &amp;lt;code&amp;gt;vagrant up&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
run &amp;lt;code&amp;gt;vagrant provision&amp;lt;/code&amp;gt; to re-initialization vagrant if there&#039;s a failure or issue&lt;br /&gt;
&lt;br /&gt;
cd into &amp;lt;code&amp;gt;/vagrant&amp;lt;/code&amp;gt; inside vagrant dev environment&lt;br /&gt;
&lt;br /&gt;
cd into &amp;lt;code&amp;gt;securedrop&amp;lt;/code&amp;gt; folder, run &amp;lt;code&amp;gt; ./manage.py run&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>208.70.31.232</name></author>
	</entry>
</feed>