diff options
Diffstat (limited to '')
-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 |