diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-09-24 20:50:06 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-09-24 20:50:06 -0400 |
commit | 78e262cdefec5ef2a76936686da3c9642cbebcf7 (patch) | |
tree | 019e0f6290783a08197c37bba8e207429f5a9fee /organizers-notebook/index.org | |
parent | e9188ca05a2d293e177503b97b5475d51fe8e8d8 (diff) | |
download | emacsconf-wiki-78e262cdefec5ef2a76936686da3c9642cbebcf7.tar.xz emacsconf-wiki-78e262cdefec5ef2a76936686da3c9642cbebcf7.zip |
add bbb note
Diffstat (limited to 'organizers-notebook/index.org')
-rw-r--r-- | organizers-notebook/index.org | 13 |
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 |