Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 557 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 557 Bytes

Vagrant for Phabricator

Phabricator development box using Vagrant

Quick Start

$ git clone git@github.com:xiaogaozi/vagrant-phabricator.git
$ cd vagrant-phabricator
$ git clone git@github.com:phacility/libphutil.git
$ git clone git@github.com:phacility/arcanist.git
$ git clone git@github.com:phacility/phabricator.git
$ librarian-puppet install
$ vagrant up

Phabricator is now running at http://192.168.33.10, you could also access through http://ph.dev if you edit your /etc/hosts file.