Phabricator: Difference between revisions
(Created page with "Installing Phabricator is as simple as any other LAMP installation. We grabbed the three primary git repos, here: m@bitpost cd development/phabricator git clone https://git...") |
No edit summary |
||
Line 5: | Line 5: | ||
git clone https://github.com/phacility/phabricator.git | git clone https://github.com/phacility/phabricator.git | ||
Then set up an alias and directory in apache. Then a mysql user + db. Browse to the url to finish. Easy peasy. | Then set up an alias and directory in apache. Then a mysql user + db. Browse to the url to finish. Easy peasy. | ||
[[Phabricator API]] | |||
[[Phabricator API]] can be used to extract a query of tasks, for inclusion on bitpost.com, for example. See bitpost.com code for details. |
Revision as of 00:26, 25 March 2016
Installing Phabricator is as simple as any other LAMP installation. We grabbed the three primary git repos, here:
m@bitpost cd development/phabricator git clone https://github.com/phacility/libphutil.git git clone https://github.com/phacility/arcanist.git git clone https://github.com/phacility/phabricator.git
Then set up an alias and directory in apache. Then a mysql user + db. Browse to the url to finish. Easy peasy.
Phabricator API can be used to extract a query of tasks, for inclusion on bitpost.com, for example. See bitpost.com code for details.