EngineeringProductivity/Projects/Treeherder: Difference between revisions

Change 'Source and Docs' to 'Getting Started', enhance content for first-time contributor
(Added about-IRC wiki link and some clarity for new contributors)
(Change 'Source and Docs' to 'Getting Started', enhance content for first-time contributor)
Line 11: Line 11:
* Chat on IRC: [irc://irc.mozilla.org/treeherder #treeherder] / [http://logs.glob.uno/?c=treeherder Log] (to learn about IRC see https://wiki.mozilla.org/IRC)
* Chat on IRC: [irc://irc.mozilla.org/treeherder #treeherder] / [http://logs.glob.uno/?c=treeherder Log] (to learn about IRC see https://wiki.mozilla.org/IRC)
* Meetings: [[Auto-tools/Projects/Treeherder/Meetings|Notes & dial-in details]]
* Meetings: [[Auto-tools/Projects/Treeherder/Meetings|Notes & dial-in details]]
* Mozilla instances: [http://treeherder-dev.allizom.org Dev] / [https://treeherder.allizom.org Staging] / [https://treeherder.mozilla.org Production]
* Mozilla Treeherder instances: [http://treeherder-dev.allizom.org Dev] / [https://treeherder.allizom.org Staging] / [https://treeherder.mozilla.org Production]


== Source and Docs ==
== Getting Started ==
* Treeherder backend: [https://github.com/mozilla/treeherder-service Source] / [https://treeherder-service.readthedocs.org Docs] / [http://treeherder-dev.allizom.org/docs/ API Docs] / [https://mana.mozilla.org/wiki/display/websites/treeherder.mozilla.org Production mana page]
To make UI changes, in many cases you only need to perform a very simple UI-side setup, described [https://treeherder-ui.readthedocs.org/en/latest/installation.html here]. If you wish to hack on the backend, or the UI and backend together, you will need to install Virtualbox and Vagrant and set up both the [https://github.com/mozilla/treeherder-service treeherder-ui] and [https://github.com/mozilla/treeherder-service treeherder-service] Github repos as a pair, described [https://treeherder-service.readthedocs.org/en/latest/installation.html here]. The links and other information are also available off the ReadMe's in their corresponding repos.
* Treeherder UI: [https://github.com/mozilla/treeherder-ui Source] / [https://treeherder-ui.readthedocs.org Docs]
* UI Source: [https://github.com/mozilla/treeherder-ui treeherder-ui] on Github / [https://treeherder-ui.readthedocs.org Docs]
* Backend Source: [https://github.com/mozilla/treeherder-service treeherder-service] on Github / [https://treeherder-service.readthedocs.org Docs] / [http://treeherder-dev.allizom.org/docs/ API Docs] / [https://mana.mozilla.org/wiki/display/websites/treeherder.mozilla.org Production mana page]
* Treeherder data submission clients:
* Treeherder data submission clients:
** Python: [https://github.com/mozilla/treeherder-client Source] / [https://github.com/mozilla/treeherder-client/blob/master/README.md Readme]
** Python: [https://github.com/mozilla/treeherder-client Source] / [https://github.com/mozilla/treeherder-client/blob/master/README.md Readme]
8

edits