Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibly useful documentation. #33

Open
justinabrahms opened this issue Feb 21, 2020 · 0 comments
Open

Possibly useful documentation. #33

justinabrahms opened this issue Feb 21, 2020 · 0 comments

Comments

@justinabrahms
Copy link

I got the k8s version of this setup tonight. Here are my notes. Maybe they'll help make good docs.

Setup a k8s version of the ./sbot file that you use for docker. Unfortunately vi vim or similar are missing from the image (which makes sense)

$ echo "#!/bin/bash" > sbot
$ echo "SSB_APPNAME=mm MM_SSB_HOST=127.0.0.1 sbot \$@" >> sbot

You can get your ID from here:

./sbot whoami

You can name yourself here:

./sbot publish --type about --about $MY_ID --name $MY_PUB_NAME

You can accept the invite of another pub (so they will push out the things you sync to them) like this:

./sbot invite.accept $OTHER_PUB_INVITE_HERE

You can follow the other pub like this:

./sbot publish --type contact --contact $OTHER_PUB_ID --following

Generate an invite

./sbot invite.create 1

That's what I did to get my system running, after editing the config as mentioned in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant