summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 5 insertions, 1 deletions
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