2011-02-12 02:53:35 +01:00
|
|
|
@title Introduction
|
|
|
|
@group intro
|
|
|
|
|
|
|
|
This document provides a high-level overview of the Phabricator project.
|
|
|
|
|
|
|
|
= What is Phabricator? =
|
|
|
|
|
|
|
|
**Phabricator** (pronounced like the word //fabricator//) is a suite of web
|
|
|
|
applications which make it easier to build software, particularly when working
|
|
|
|
with teams. Phabricator is largely based on Facebook's internal tools.
|
|
|
|
|
|
|
|
The major components of Phabricator are:
|
|
|
|
|
|
|
|
- **Differential**, a code review tool; and
|
2011-06-26 05:33:25 +02:00
|
|
|
- **Diffusion**, a repository browser; and
|
2012-01-13 03:30:36 +01:00
|
|
|
- **Maniphest**, a bug tracker; and
|
|
|
|
- **Phriction**, a wiki.
|
2011-05-12 17:15:02 +02:00
|
|
|
|
2011-02-12 02:53:35 +01:00
|
|
|
Phabricator also includes a number of smaller tools.
|
|
|
|
|
|
|
|
= Why use Phabricator? =
|
|
|
|
|
2011-06-26 05:33:25 +02:00
|
|
|
Phabricator gives you a box of solid tools for a comparatively small setup cost.
|
|
|
|
The tools all work together and are richly integrated. The whole thing is free
|
|
|
|
and open source. You own all your data. Phabricator is extremely fast and proven
|
|
|
|
to scale both to large datasets (Facebook has 500,000+ commits across many
|
|
|
|
repositories) and large organizations (Facebook has 500+ fulltime engineers).
|
|
|
|
Phabricator's tools are easy to learn, understand, and use.
|
2011-02-12 02:53:35 +01:00
|
|
|
|
|
|
|
However, Phabricator may also not be a good solution for you:
|
|
|
|
|
|
|
|
- If you develop primarily on Windows, you are likely to find integration
|
|
|
|
with the toolsets you use lacking.
|
2012-01-13 03:30:36 +01:00
|
|
|
- If you don't use SVN, Git or Mercurial, you'll have to add support for your
|
|
|
|
VCS before you can get anywhere.
|
2011-06-26 05:33:25 +02:00
|
|
|
- If you loathe PHP, well, it's written in PHP. Sorry. It is a victim of
|
|
|
|
circumstances. We assert it is well-written PHP, at least.
|
2011-02-12 02:53:35 +01:00
|
|
|
|
2011-05-12 17:15:02 +02:00
|
|
|
= Next Steps =
|
|
|
|
|
|
|
|
Continue by:
|
2011-02-12 02:53:35 +01:00
|
|
|
|
2011-06-14 19:05:14 +02:00
|
|
|
- installing Phabricator with the @{article:Installation Guide}.
|