summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-10 10:20:17 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-10 10:20:17 -0400
commit0006e3c545eb886531fdd33e4577e20eee92d0d5 (patch)
tree233290a7d12411261b47fec6a94b79ff4459c590
parent5c321d33dbf529006049e03ef8fa20ad95646940 (diff)
downloademacsconf-ansible-0006e3c545eb886531fdd33e4577e20eee92d0d5.tar.xz
emacsconf-ansible-0006e3c545eb886531fdd33e4577e20eee92d0d5.zip
update notes
-rw-r--r--README.org16
1 files changed, 15 insertions, 1 deletions
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