From 077112b718eb29aecf331b1e703e7e90d8538e6c Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 13 Sep 2023 08:58:06 -0400 Subject: add some more scripts, change 2022 to emacsconf_year --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index d507217..ccffb34 100644 --- a/README.org +++ b/README.org @@ -50,7 +50,7 @@ docker exec emacsconf-front chown ikiwiki:ikiwiki /home/ikiwiki/.ssh/authorized_ docker exec emacsconf-front chmod 600 /home/ikiwiki/.ssh/authorized_keys2 http://localhost:28080/ -ssh localhost -p 2022 +ssh localhost -p 2222 docker exec -it emacsconf-front /bin/bash @@ -58,6 +58,10 @@ git remote add docker ssh://ikiwiki@127.0.0.1:2222/var/www/wiki.git Debugging ssh wiki 'cd /var/www/wiki.git; git update-ref refs/heads/master HEAD^' && git push docker 2022-pages + +Stuck wiki: +ssh ikiwiki@localhost -p 2222 ikiwiki --setup /home/ikiwiki/emacsconf.setup -v + * Processing prerecs ansible-playbook -i inventory.yml prod-playbook.yml --tags prerec -- cgit v1.2.3