git ssb

3+

cel / ssb-server-wiki



Commit 9a1c8608f663343cab59378781e53aa20bf53f76

Created Getting on the Scuttlebot network (markdown)

Samson Ootoovak committed on 4/27/2015, 5:43:26 AM
Parent: 82b29726a058cf1ea9fe18aff53354dae57e959d

Files changed

Getting-on-the-Scuttlebot-network.mdadded
Getting-on-the-Scuttlebot-network.mdView
@@ -1,0 +1,25 @@
1+## Installing and starting up your local Scuttlebot app
2+
3+Scuttlebot is an application that you need to run in order to access the network.
4+
5+1. Install Node.
6+
7+2. Install the scuttlebot application globally: `npm install -g scuttlebot`
8+
9+3. Start the scuttlebot server with: `sbot server`
10+
11+4. Navigate your web browser to `http://localhost:8008/` and sign in with a new username.
12+
13+## Connecting to a Pub Server
14+
15+In order to connect to people outside of your local network (ie. the wider internet) you need to connect to a Pub server (it is basically just another Scuttlebot app running on a server). There is a list of Pub servers [here](Pub-Servers).
16+
17+1. Ask someone that runs a Pub server for an invite (it is a big long code looking string with *blake2s* in it somewhere).
18+
19+2. Open up your local Scuttlebot app in your browser: `http://localhost:8008/`
20+
21+3. Click on the **Use an invite** link.
22+
23+4. Paste in the invite code. ![use an invite link](http://i.imgur.com/4plwFLO.png)
24+
25+5. It will tell you if it worked. If it did GREAT! You are now on the SSB network! If not then politely ask the Pub server maintainer if they know what's going on.

Built with git-ssb-web