From 0006e3c545eb886531fdd33e4577e20eee92d0d5 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 10 Oct 2023 10:20:17 -0400 Subject: update notes --- README.org | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ed09db5..aabeedb 100644 --- a/README.org +++ b/README.org @@ -13,6 +13,15 @@ Docker: needs docker-vars.yml, see docker-vars.yml.sample 3. scp orga@res.emacsconf.org:~/authorized_keys . (if you're setting up any user accounts) 4. Find the ansible-playbook command you want to run and try it out. +Debugging: add -v or -vv to the =ansible-playbook= command. + +* Processes + +At the start of the conference preparation period, change +=emacsconf-year= in [[file:group_vars/all.yml]] + +To start a local copy of the wiki for testing, see [[#wiki-docker][Ikiwiki - Docker]]. + * Wiki ** Ikiwiki *** Prod @@ -24,6 +33,10 @@ ansible-playbook -i docker-inventory.yml docker-reuse-playbook.yml --tags wiki-p ansible-playbook -i inventory.yml prod-playbook.yml --tags wiki *** Docker +:PROPERTIES: +:CUSTOM_ID: wiki-docker +:END: + Goal: - [X] Load the wiki at http://localhost:28080 - [X] Add SSH key @@ -40,7 +53,8 @@ ansible-playbook -i docker-inventory.yml docker-playbook.yml --tags wiki Reusing: ansible-playbook -i docker-inventory.yml docker-reuse-playbook.yml --tags wiki -ansible-playbook -i docker-inventory.yml docker-reuse-playbook.yml --tags wiki +Restarting after a reboot: +docker restart emacsconf-front Copying your SSH key: set the docker_ssh_key Ansible variable to the path of your public key -- cgit v1.2.3