git clone https://github.com/edom/try-phabricator.git
cd try-phabricator
git submodule update --init --depth 1 --recursive
Edit docker-compose.yml
.
You may want to change the environment
and ports
of services.http
.
Do not end phabricator_base_uri
with a slash.
Building requires apt-manual-mirror.
cd <THIS-DIR>
docker-compose up -d
cd <THIS-DIR>
docker-compose down