git ssb

9+

mixmix / ssb-handbook



Commit 7a6086ed34472ef567204346c0b862d550cc7e89

Stub out the rest of the guide

WIP
Aaron Crowder committed on 4/12/2017, 2:21:02 PM
Parent: 2fe71f008fb1ca92d226ce941e1491c01ace446e

Files changed

guides/easy-ssb-pub-setup.mdchanged
guides/index.mdchanged
guides/easy-ssb-pub-setup.mdView
@@ -1,5 +1,5 @@
1-# Setting up easy-ssb-pub
1 +# Setting up a Pub using easy-ssb-pub
22
33 [easy-ssb-pub]() is a simple, easy-to-host, server that runs an SSB Pub.
44
55 Installing and running this server is realatively simple to do using docker
@@ -13,4 +13,35 @@
1313 I've always had good success with [Digital Ocean](), but you can use pretty much
1414 any VPS provider out there ([AWS Lightsail](), [Linode](), [Vultr](), etc.).
1515
1616 ### 2. Docker & Docker Compose
17 +
18 +TODO: Install docker / docker compose w/ links to both
19 +
20 +## Downloading, Building, and Running
21 +
22 +### 3. Pull latest code from GitHub
23 +
24 +TODO: write up a quick paragraph w/ the command the perform the pull
25 +
26 +### 4. NPM Install
27 +
28 +TODO: cd into easy-ssb-pub dir and run `npm install`
29 +
30 +### 5. Docker UP
31 +
32 +TODO: Description about what the command does and show the command.
33 +
34 +## Managing your server
35 +
36 +### Stop/Restart
37 +
38 +TODO: You might need to occasionally stop or restart your easy-ssb-pub server.
39 +Show some examples of how to do that!
40 +
41 +## What now?
42 +
43 +TODO: Go get an invite and subscribe to the pub yourself, share w/ others, etc.
44 +
45 +## Congrats!
46 +
47 +You now have your very own SSB Pub running!
guides/index.mdView
@@ -2,4 +2,5 @@
22
33 This section is a collection of guides that are useful to introductions for Scuttlebutt applications and tools.
44
55 - [First steps with sbot, a command line tool for Scuttlebutt](./cli-first-steps.md)
6 +- [Setting up a Pub using easy-ssb-pub](./easy-ssb-pub-setup.md)

Built with git-ssb-web