git ssb

3+

gb / docs



Commit e537cfc17b0f3943261d1449395a131642de1220

format proper

Ev Bogue committed on 10/26/2016, 11:48:15 PM
Parent: 708a121919fccf84fc4944161ef2451e0e17b72c

Files changed

src/fullclient.mdchanged
fullclient.mddeleted
src/fullclient.mdView
@@ -6,23 +6,23 @@
66 ---
77
88 To start the process
99
10- λ sudo npm install -g scuttlebot
10 + λ sudo npm install -g scuttlebot
1111
1212 which gets you the sbot daemon. Then you'll need to run the daemon with
1313
14- λ sbot server
14 + λ sbot server
1515
1616 Accept the invite code which you can do with
1717
18- λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample
18 + λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample
1919
2020 which connects you to the pub I run on my server (Arch Linux all the way down).
2121
2222 So now you're in, and you need a client. Patchbay is one of several. Here's the link to that:
2323
24- λ git clone https://github.com/dominictarr/patchbay
24 + λ git clone https://github.com/dominictarr/patchbay
2525
2626 What will happen when you click that link (and it will only work once, so if I've already accidentally clicked it and it's open on my desktop right now, it won't work and that would make the rest of this untrue. So let's assume it works!) here's what happens.
2727
2828 1. A public/private key is generated. It's stored (in this version, the lite client), in your local browser. Social networking in the browser is a new thing, so expect gl
fullclient.mdView
@@ -1,36 +1,0 @@
1----
2-title: Patchbay Full Client Invite Instructions
3-date: 2016-10-25T22:20-46:00
4-layout: post.jade
5-collection: blog
6----
7-
8-To start the process
9-
10- λ sudo npm install -g scuttlebot
11-
12-which gets you the sbot daemon. Then you'll need to run the daemon with
13-
14- λ sbot server
15-
16-Accept the invite code which you can do with
17-
18- λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample
19-
20-which connects you to the pub I run on my server (Arch Linux all the way down).
21-
22-So now you're in, and you need a client. Patchbay is one of several. Here's the link to that:
23-
24- λ git clone https://github.com/dominictarr/patchbay
25-
26-What will happen when you click that link (and it will only work once, so if I've already accidentally clicked it and it's open on my desktop right now, it won't work and that would make the rest of this untrue. So let's assume it works!) here's what happens.
27-
28-1. A public/private key is generated. It's stored (in this version, the lite client), in your local browser. Social networking in the browser is a new thing, so expect gl
29-itches!
30-2. When you come on the network I'll see you clicked the link because you'll be thrown naked as the day you were born into the network but you'll be linked to my pub (which I run at gwenbell.com).
31-3. You can upload a photo of yourself and change your name from the series of numbers and letters to 'BigPinkMonkey' or 'hamsammich' or whatever you want to be called on this network.
32-4. You will be connected to anyone I'm connected to two 'hops' out -- once I follow your identity. Before that moment you will have a tabula rasa.
33-5. This is in essence a portable social graph which means that other things can be (and already have been) built on it and the connections you've already made 'travel with' you.
34-6. You can do anything you'd expect to do with a mainstream social network, except private message people (that can only be done as of October 2016 in the full desktop version).
35-7. The major difference with this and social as you've experienced is **it is owned by the network itself, and there is no 'on high' entity tracking/listening to your eve
36-ry keystroke or mouse push** which means it's more prairie or local coffee shop than it is tall identical skyrise boxes.

Built with git-ssb-web