Webdashboard used to track localization status of Mozilla web projects.
System requirements:
- PHP 5.5 or later.
- HTTP server (Apache, nginx, internal PHP server).
Setup:
- Rename or copy the file
app/config/settings.inc.php.ini
asapp/config/settings.inc.php
. You will need to customize it only if you plan to use local instances of Langchecker and Webstatus. - Install Composer (PHP dependency manager), either locally or globally, then install the dependencies by running
php composer.phar install
from the project's root folder. - Make sure that the
/cache
folder is writable by the user running PHP.
This software is released under the terms of the Mozilla Public License v2.0.