Commit bbf3220476e759324cdaeb7eea6e9cd7f2608ceb
Begin work on easy-ssb-pub-setup documentation
Aaron Crowder committed on 4/11/2017, 5:45:16 AMParent: 36f0c9de7029409c12a01b6b6e8d49aedfef8f5b
Files changed
SUMMARY.md | changed |
guides/easy-ssb-pub-setup.md | added |
SUMMARY.md | ||
---|---|---|
@@ -24,5 +24,6 @@ | ||
24 | 24 … | - [Blob](concepts/blob.md) |
25 | 25 … | - [Cap](concepts/cap.md) |
26 | 26 … | * [Guides](guides/index.md) |
27 | 27 … | - [First steps with sbot, a command line tool for Scuttlebutt](guides/cli-first-steps.md) |
28 … | + - [easy-ssb-pub Setup](guides/easy-ssb-pub-setup.md) | |
28 | 29 … | * [Glossary](glossary.md) |
guides/easy-ssb-pub-setup.md | ||
---|---|---|
@@ -1,0 +1,7 @@ | ||
1 … | +# Setting up easy-ssb-pub | |
2 … | + | |
3 … | +[easy-ssb-pub]() is a simple, easy-to-host, server that runs an SSB Pub. | |
4 … | + | |
5 … | +Installing and running this server is realatively simple to do using docker | |
6 … | +on the server of your choice. We'll walk through the pre-requisites, getting | |
7 … | +things set up, and starting/stopping/restarting your server. |
Built with git-ssb-web