зеркало из https://github.com/mozilla/treeherder.git
32 строки
1.7 KiB
Markdown
32 строки
1.7 KiB
Markdown
# treeherder
|
|
|
|
[![What's Deployed](https://img.shields.io/badge/whatsdeployed-prototype,stage,prod-green.svg)](https://whatsdeployed.io/s-dqv)
|
|
[![Build Status](https://travis-ci.org/mozilla/treeherder.png?branch=master)](https://travis-ci.org/mozilla/treeherder)
|
|
[![Node dependencies Status](https://david-dm.org/mozilla/treeherder/status.svg)](https://david-dm.org/mozilla/treeherder)
|
|
[![Node devDependencies Status](https://david-dm.org/mozilla/treeherder/dev-status.svg)](https://david-dm.org/mozilla/treeherder?type=dev)
|
|
[![Documentation Status](https://readthedocs.org/projects/treeherder/badge/?version=latest)](https://treeherder.readthedocs.io/?badge=latest)
|
|
|
|
#### Description
|
|
|
|
[Treeherder](https://treeherder.mozilla.org) is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. The Treeherder service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.
|
|
|
|
#### Instances
|
|
|
|
Treeherder exists on two instances, [stage](https://treeherder.allizom.org) for pre-deployment validation, and [production](https://treeherder.mozilla.org) for actual use.
|
|
|
|
#### Installation
|
|
|
|
The steps to run Treeherder are provided [here](https://treeherder.readthedocs.io/installation.html).
|
|
|
|
The steps to run only the UI are provided [here](https://treeherder.readthedocs.io/installation.html#ui-development).
|
|
|
|
#### Links
|
|
|
|
Visit our project tracking Wiki at:
|
|
<https://wiki.mozilla.org/EngineeringProductivity/Projects/Treeherder>
|
|
|
|
Visit our **readthedocs** page for other setup and configuration at:
|
|
<https://treeherder.readthedocs.io>
|
|
|
|
File any bugs you may encounter [here](https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder).
|