# HG changeset patch # User Vincent Tondellier # Date 1411311016 -7200 # Node ID 2894d97715c9190b7f148a2b21e68610cce2a558 # Parent 2916ea7c21aaab152a907af6126746f065e56744 Update install instructions diff -r 2916ea7c21aa -r 2894d97715c9 INSTALL --- a/INSTALL Thu Aug 28 00:55:29 2014 +0200 +++ b/INSTALL Sun Sep 21 16:50:16 2014 +0200 @@ -1,49 +1,43 @@ Web interface dependencies: - perl >= 5.10 - Mojolicious >= 2.98 +- Mojolicious::Plugin::BootstrapPagination - perl-UUID - jquery -On debian, install libuuid-perl and libmojolicious-perl (from wheezy, the version -from squeeze is too old), and libjs-jquery (from wheezy too). +On debian, install libuuid-perl, libmojolicious-perl (from wheezy-backports) and libjs-jquery. + +Mojolicious::Plugin::BootstrapPagination can be installed with cpan, or you +can create a debian package with cpan2deb Mojolicious::Plugin::BootstrapPagination Edit CrashTest.conf and change the paths to match your environment. -Next, you need to get and build the json branch of minidump-stackwalk from here: -http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk +If you want to use the SQL backend for a faster index page, see dist.ini for +the additional requirements. Then, you can create the tables with : +$ ./CrashTest.pl db create + +Next, you need to get and build the json minidump-stackwalk from soccoro: +https://github.com/mozilla/socorro/tree/master/minidump-stackwalk/ Full compilation instructions: -$ svn co http://google-breakpad.googlecode.com/svn google-breakpad +$ svn co http://google-breakpad.googlecode.com/svn/trunk google-breakpad $ mkdir obj-breakpad $ cd obj-breakpad $ ../google-breakpad/configure && make $ cd ../ -$ hg clone http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk -b json +$ mkdir minidump-stackwalk $ cd minidump-stackwalk -$ patch -p1 <