@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update installation guide to point to GitHub mirrors

Summary: Cloning a repository from GitHub seems to be faster than on Phorge and also, the old Phabricator installation guide pointed to Phacility's GitHub mirrors. That's why this commit will update the installation guide to point to the GitHub mirrors of rP and rARC.

Test Plan: Run the git clone commands.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: avivey, aklapper, tobiaswiese, valerio.bozzolan, Matthew

Differential Revision: https://we.phorge.it/D25874

+2 -2
+2 -2
src/docs/user/installation_guide.diviner
··· 132 132 dependencies: 133 133 134 134 $ cd somewhere/ # pick some install directory 135 - somewhere/ $ git clone https://we.phorge.it/source/arcanist.git 136 - somewhere/ $ git clone https://we.phorge.it/source/phorge.git 135 + somewhere/ $ git clone https://github.com/phorgeit/arcanist.git 136 + somewhere/ $ git clone https://github.com/phorgeit/phorge.git 137 137 138 138 After cloning, flag them as safe (to avoid the error //"fatal: 139 139 detected dubious ownership in repository at ..."//):