move some stuff to frodo, rename user to iank, fixes
[distro-setup] / phabricator-setup
index 7c63e4f4ff9639fbae01adfc9a1e5e1e65586080..ebd93606f752f8d688990d7d126bf7699f185cb5 100755 (executable)
@@ -87,7 +87,7 @@ acme-tiny-wrapper $domain
 acme-tiny-wrapper $alt_domain
 
 for x in $domain $alt_domain; do
-    apache-site -r $webroot - $x <<EOF
+    web-conf -r $webroot - $x <<EOF
 RewriteEngine on
 RewriteRule ^/rsrc/(.*)     -                       [L,QSA]
 RewriteRule ^/favicon.ico   -                       [L,QSA]
@@ -302,7 +302,7 @@ sudo systemctl daemon-reload
 # arcanist(), phabricator(), phutil()
 
 s usermod -a -G vcs www-data
-s usermod -a -G vcs ian
+s usermod -a -G vcs iank
 s usermod -a -G vcs phabricator
 s chown root:vcs /usr/share/phabricator/conf/local/local.json
 fbin config set diffusion.ssh-port $ssh_port