removed obsolete material -- already covered by "system" manual;
authorwenzelm
Tue, 12 Nov 2019 22:16:00 +0100
changeset 71106 c6ad69448d6d
parent 71105 1159e52e5b05
child 71107 25c85cc3bc71
removed obsolete material -- already covered by "system" manual; tuned;
Admin/Phabricator/README
--- a/Admin/Phabricator/README	Tue Nov 12 22:15:21 2019 +0100
+++ b/Admin/Phabricator/README	Tue Nov 12 22:16:00 2019 +0100
@@ -1,38 +1,10 @@
 Phabricator server
 ==================
 
-- https://www.phacility.com/phabricator
-
-  Slogan: "Discuss. Plan. Code. Review. Test.
-  Every application your project needs, all in one tool."
-
-- Ubuntu 18.04 LTS Linux Server standard installation with
-  Apache and MySQL
-  https://help.ubuntu.com/lts/serverguide
-  https://help.ubuntu.com/lts/serverguide/httpd.html
-  https://help.ubuntu.com/lts/serverguide/mysql.html
-
 - Apache HTTPS via "Let's Encrypt":
   https://letsencrypt.org/getting-started
   https://certbot.eff.org/lets-encrypt/ubuntubionic-apache.html
 
-- Installation:
-
-  https://secure.phabricator.com/book/phabricator/article/installation_guide
-  https://secure.phabricator.com/source/phabricator/browse/master/scripts/install/install_ubuntu.sh
-
-  ./bin/storage upgrade --force
-  admin user: makarius
-
-- Configuration/Setup Issues:
-
-  ignore "Alternate File Domain Not Configured"
-
-  Add Auth Provider: Username/Password
-  ./bin/auth lock
-
-  ./bin/phd start
-
 - Configuration / Authentication:
   https://secure.phabricator.com/book/phabricator/article/configuring_accounts_and_registration
 
@@ -41,12 +13,6 @@
 
   . policy.allow-public true
 
-- Configuration/Mail:
-  https://secure.phabricator.com/book/phabricator/article/configuring_outbound_email
-
-  e.g. external SMTP via suitable mailers.json:
-  $ ./bin/config set --stdin cluster.mailers < mailers.json
-
 - Configuration/SSH:
   https://secure.phabricator.com/book/phabricator/article/diffusion_hosting
 
@@ -76,20 +42,13 @@
   Test on local machine:
   $ echo "{}" | ssh vcs@phabricator.sketis.net conduit conduit.ping
 
-- Repository Local Path:
-    mkdir -p /var/www/phabricator/repo
-    chown phabricator:phabricator /var/www/phabricator/repo
-
-- PHP Daemon:
-  $ cp phd/phd-phabricator.service /lib/systemd/system/.
-  $ systemctl enable phd-phabricator
-  $ systemctl start phd-phabricator
-
 - Update:
   https://secure.phabricator.com/book/phabricator/article/upgrading
 
   sudo ./update
 
+- Documentation:
+  /var/www/phabricator-vcs/libphutil/scripts/build_xhpast.php
   ./bin/diviner generate
 
 - Backup: