[tor-bugs] #6713 [Compass]: README is out of date

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jan 15 09:40:44 UTC 2013


#6713: README is out of date
-------------------------+--------------------------------------------------
 Reporter:  cypherpunks  |          Owner:  gsathya 
     Type:  defect       |         Status:  assigned
 Priority:  normal       |      Milestone:          
Component:  Compass      |        Version:          
 Keywords:               |         Parent:          
   Points:               |   Actualpoints:          
-------------------------+--------------------------------------------------

Comment(by karsten):

 Here's what I did to set up Compass on an EC2 instance to test #7924.
 These shouldn't go directly into the README, but maybe they can serve as a
 hint:

 {{{
 (# == root; $ == user compass)
 # adduser compass
 # apt-get update
 # apt-get install git apache2 python libapache2-mod-wsgi flask
 # mkdir /srv/compass.torproject.org
 # chown compass:compass /srv/compass.torproject.org/
 $ cd /srv/compass.torproject.org/
 $ git clone https://git.torproject.org/compass.git
 $ cd compass/
 $ ./compass -d
 # cat <<EOF >> /etc/apache2/sites-available/compass
 <VirtualHost *:80>
   ServerName localhost
   WSGIDaemonProcess compass user=nobody group=compass threads=5
   WSGIScriptAlias / /srv/compass.torproject.org/compass/app.wsgi
   <Directory /srv/compass.torproject.org/compass>
     WSGIProcessGroup compass
     WSGIApplicationGroup %{GLOBAL}
     Order deny,allow
     Allow from all
   </Directory>
 </VirtualHost>
 EOF
 # a2dissite default
 # a2ensite compass
 # /etc/init.d/apache2 restart
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6713#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list