summaryrefslogtreecommitdiffstats
path: root/organizers-notebook
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-09-24 20:50:06 -0400
committerSacha Chua <sacha@sachachua.com>2024-09-24 20:50:06 -0400
commit78e262cdefec5ef2a76936686da3c9642cbebcf7 (patch)
tree019e0f6290783a08197c37bba8e207429f5a9fee /organizers-notebook
parente9188ca05a2d293e177503b97b5475d51fe8e8d8 (diff)
downloademacsconf-wiki-78e262cdefec5ef2a76936686da3c9642cbebcf7.tar.xz
emacsconf-wiki-78e262cdefec5ef2a76936686da3c9642cbebcf7.zip
add bbb noteHEADmaster
Diffstat (limited to 'organizers-notebook')
-rw-r--r--organizers-notebook/index.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org
index 297c0889..47c45691 100644
--- a/organizers-notebook/index.org
+++ b/organizers-notebook/index.org
@@ -174,3 +174,16 @@ For each talk:
- Q_AND_A: pad
- Create draft-schedule section in the public organizers notebook for the year
- Add missing items to plan
+* Other process notes
+:PROPERTIES:
+:CUSTOM_ID: other
+:END:
+** Adding another user to BBB
+:PROPERTIES:
+:CUSTOM_ID: bbb-user
+:END:
+
+#+begin_src ssh :eval no
+ssh bbb.emacsverse.org
+docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","PASSWORD","user"]
+#+end_src