SecureDrop: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
Complete the required steps for Python2 compatibility:
Complete the required steps for Python2 compatibility:
https://wiki.archlinux.org/index.php/Python/Virtual_environment#Installation_2
https://wiki.archlinux.org/index.php/Python/Virtual_environment#Installation_2
To shut him up, she suddenly yanked hard at the side of her shirt and popped all the remaining buttons at once and cast off the garment before he could utter another word.
He gasped.
She’d gotten fat. Very fat.
Her tits were no longer D’s…not DD’s even, but had to be pushing E-cups. They were the size of large cantaloupes – probably eighteen inches in diameter or bigger – and they hung nearly to her navel. Below them, her fat belly poured over the top of her hip-hugger jeans along with two immense lovehandles off to either side. His mouth dropped open in utter disbelief at what he was seeing.
“I weigh one fifty,” she informed him. “I was one fifteen the first day of school – you remember that day, right? My little whoopsy in the locker-room? Course I only had little tiny, double-DD cups then…and now look how big they are?”
“What have you done?”
“Ate a lot of junkfood,” she replied with a giggle. “Can you tell?”


<code>mkvirtualenv -p /usr/bin/python2 securedrop</code>
<code>mkvirtualenv -p /usr/bin/python2 securedrop</code>

Revision as of 17:02, 6 November 2017

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

To shut him up, she suddenly yanked hard at the side of her shirt and popped all the remaining buttons at once and cast off the garment before he could utter another word. He gasped. She’d gotten fat. Very fat. Her tits were no longer D’s…not DD’s even, but had to be pushing E-cups. They were the size of large cantaloupes – probably eighteen inches in diameter or bigger – and they hung nearly to her navel. Below them, her fat belly poured over the top of her hip-hugger jeans along with two immense lovehandles off to either side. His mouth dropped open in utter disbelief at what he was seeing. “I weigh one fifty,” she informed him. “I was one fifteen the first day of school – you remember that day, right? My little whoopsy in the locker-room? Course I only had little tiny, double-DD cups then…and now look how big they are?” “What have you done?” “Ate a lot of junkfood,” she replied with a giggle. “Can you tell?”

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/securedrop-requirements.txt (This could be multi-platform issues?)

copy config example cp config.py.example config.py

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