Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.03 KB

Mozilla Web Content Dashboard

Webdashboard used to track localization status of Mozilla web projects.

Installation

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 as app/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.

License

This software is released under the terms of the Mozilla Public License v2.0.