Skip to content

andresth/simple-acra-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple server backend for ACRA

Requirements

Webserver with Apache and PHP.

Installation

  • Clone this repository to a directory on your webserver.
  • Create a .htpasswd file with credentials for at least one user.
    (i.e. htpasswd -c -d .htpasswd username)
  • Change the AuthUserFile variable in .htaccess to match your .htpasswd file.

Usage

Report crashes

Setup ACRA according to the basic setup instructions and use http://your.domain/directory/report.php as formUri parameter.

View crash reports

Open http://your.domain/directory/index.php in your browser and login with the credentials created earlier.