This guide outlines a basic Phabricator deployment.
mkdir -p /opt/phabricator
cd /opt/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
Create a database and user for Phabricator.
Run the storage upgrade to initialize schemas:
cd /opt/phabricator/phabricator
./bin/storage upgrade
Point your web server to the Phabricator webroot/ directory.
Visit the site URL and complete the web setup.
Feel free to contact us. Find all contact information on our contact page.