[tor-bugs] #22923 [Internal Services/Tor Sysadmin Team]: Create a Virtual Machine for Tor Browser Crash Dumps
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Jul 20 16:18:22 UTC 2017
#22923: Create a Virtual Machine for Tor Browser Crash Dumps
-------------------------------------------------+---------------------
Reporter: tom | Owner: tpa
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Internal Services/Tor Sysadmin Team | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+---------------------
Comment (by nmago):
#NodeJS install
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
#Grunt install:
sudo npm --global install grunt
#Clone repository
git clone https://github.com/nmago/mini-breakpad-server
#MBS-View Service
cd mbs-view/
npm install .
grunt
cd ../
#test start (on 1127 port by default)
sudo node mbs-view/lib/app.js
#MBS-Submit Service
cd mbs-submit/
npm install .
cd ../
#test start (on 1127 port by default)
sudo node mbs-submit/lib/app.js
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22923#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list