Breakpad:Server Requirements
From MozillaWiki
This page will track what we will need on the server-side to collect, store, view and process Airbag data.
Contents
Apache
- mod_python
- mod_rewrite
Python
- tempfile
- cgi
- os
- sys
- MySQLdb
- cgitb
MySQL
- 4.1.x is fine
Breakpad
- Will need minidump_stackwalk compiled from the Breakpad source.
Disk space
- Will need significant disk space to store symbols. Should make this HTTP-accessible somehow, since it can work as a Microsoft Symbol server, making nightly builds debuggable.