@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.

Fix some broken links in the cluster documentation

Summary:
Looks like some copy pasta snuck in. Also fixes a missed
parenthesis.

Test Plan: Eyeball it.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15920

authored by

Austin Seipp and committed by
thoughtpolice
1567f07e c9365e48

+4 -4
+2 -2
src/docs/user/cluster/cluster_ssh.diviner
··· 26 26 27 27 First, deploy the Phabricator software and configuration to a host, then 28 28 register the host as a cluster device if it is not already registered (for 29 - help, see @{article:Cluster: Devices}. 29 + help, see @{article:Cluster: Devices}.) 30 30 31 31 Once the host is registered, start the SSH server, and then add the host to the 32 32 SSH load balancer pool. ··· 36 36 37 37 You may also want to run web services on these hosts, since the service is very 38 38 similar to SSH, also stateless, and it may be simpler to load balance the 39 - services together. For details, see @{cluster: Web Servers}. 39 + services together. For details, see @{article:Cluster: Web Servers}. 40 40 41 41 42 42 Next Steps
+2 -2
src/docs/user/cluster/cluster_webservers.diviner
··· 24 24 25 25 First, deploy the Phabricator software and configuration to a host, then 26 26 register the host as a cluster device if it is not already registered (for 27 - help, see @{article:Cluster: Devices}. 27 + help, see @{article:Cluster: Devices}.) 28 28 29 29 Once the host is registered, start the web server, and then add the host to the 30 30 load balancer pool. ··· 34 34 35 35 You may also want to run SSH services on these hosts, since the service is very 36 36 similar to HTTP, also stateless, and it may be simpler to load balance the 37 - services together. For details, see @{cluster:SSH Servers}. 37 + services together. For details, see @{article:Cluster: SSH Servers}. 38 38 39 39 40 40 Next Steps