Phabricator

From Bitpost wiki
Revision as of 23:31, 24 March 2016 by M (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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