diff options
-rw-r--r-- | README.org | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |