[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #7844 [Atlas]: No instructions for how to run a local Atlas web server
#7844: No instructions for how to run a local Atlas web server
-------------------------+--------------------------------------------------
Reporter: evjan | Owner: hellais
Type: enhancement | Status: needs_review
Priority: trivial | Milestone:
Component: Atlas | Version:
Keywords: | Parent:
Points: | Actualpoints:
-------------------------+--------------------------------------------------
Comment(by hellais):
I merged this to master. Though it's actually ideal to install tornado not
from root, but with a virtualenv. You can see how this is done, by looking
at the ooniprobe install guide: https://github.com/hellais/ooni-
probe#configurating-a-virtual-environment
You don't need to actually need to use virtualenvwrapper. Something like
this should be sufficient:
It is not recommended to install python packages as root, but to use a
virtualenvironment. You may do so on debian with:
::
apt-get install python-pip
or on Mac OSX with homebrew
::
brew install python
::
pip install virtualenv
virtualenv ENV
source ENV/bin/activate
pip install tornado
Every time you wish to run the tool you must first run:
::
source ENV/bin/activate
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7844#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs