Files: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57 / build / index.html
3626 bytesRaw
1 | <html> |
2 | <head> |
3 | <title>Scuttlebot.io</title> |
4 | <link rel="stylesheet" href="/css/index.css"> |
5 | <link rel="stylesheet" href="/css/prism.css"> |
6 | <script src="/js/prism.js"></script> |
7 | <script src="/js/code-examples.js"></script> |
8 | </head> |
9 | <body> |
10 | <div class="hero big"> |
11 | <img src="/img/hermies-256.png"> |
12 | <h1>Scuttlebot<br><small>peer-to-peer mesh database</small></h1> |
13 | </div> |
14 | <div class="tabs"> |
15 | <div class="current"><a href="/basics/install-the-database.html" title="Basics">Basics</a></div> |
16 | <div ><a href="/social/social-network.html" title="Social">Social</a></div> |
17 | <div ><a href="/advanced/writing-applications.html" title="Advanced">Advanced</a></div> |
18 | <div ><a href="/whitepapers/secure-scuttlebutt.html" title="Whitepapers">Whitepapers</a></div> |
19 | <div ><a href="/modules/ssb-client.html" title="Modules">Modules</a></div> |
20 | </div> |
21 | <div class="nav-content-unit"> |
22 | <ul class="nav"> |
23 | <li class="current"><a href="/basics/install-the-database.html" title="Install the database">Install the database</a></li> |
24 | <li ><a href="/basics/open-a-client.html" title="Open a client">Open a client</a></li> |
25 | <li ><a href="/basics/read-the-log.html" title="Read the log">Read the log</a></li> |
26 | <li ><a href="/basics/publish-a-message.html" title="Publish a message">Publish a message</a></li> |
27 | <li ><a href="/basics/encryption.html" title="Encryption">Encryption</a></li> |
28 | <li ><a href="/basics/publish-a-file.html" title="Publish a file">Publish a file</a></li> |
29 | <li ><a href="/basics/read-a-file.html" title="Read a file">Read a file</a></li> |
30 | </ul> |
31 | <div class="content"> |
32 | |
33 | <h2>Install the database</h2> |
34 | <div class="code-examples"> |
35 | <div class="head"> |
36 | <div class="tab">bash</div> |
37 | </div> |
38 | <div class="body"> |
39 | <pre><code class="language-bash">npm install -g scuttlebot</code></pre> |
40 | </div> |
41 | </div> |
42 | <h2>Start the server</h2> |
43 | <div class="code-examples"> |
44 | <div class="head"> |
45 | <div class="tab">bash</div> |
46 | </div> |
47 | <div class="body"> |
48 | <pre><code class="language-bash">sbot server</code></pre> |
49 | </div> |
50 | </div> |
51 | <p><a class="cta" href="javascript:alert('TODO: This will popup to a youtube video demoing sbot install and usage, and then patchwork')">▶ See it in action</a></p> |
52 | <p class="next"><a href="/basics/open-a-client.html">Open a client</a></p> |
53 | |
54 | </div> |
55 | </div> |
56 | <div class="footer"> |
57 | <ul class="footer-section"> |
58 | <li>Guides</li> |
59 | <li ><a href="/guides/lets-write-a-todo-list-app/intro.html" title="Let's Write: a Todo-List app">Let's Write: a Todo-List app</a></li> |
60 | <li ><a href="/guides/lets-write-a-private-messaging-app/intro.html" title="Let's Write: a Private Messaging app">Let's Write: a Private Messaging app</a></li> |
61 | <li ><a href="/guides/lets-write-a-file-sharing-app/intro.html" title="Let's Write: a File-Sharing app">Let's Write: a File-Sharing app</a></li> |
62 | <li ><a href="/guides/how-to-use-pull-streams/intro.html" title="How to use Pull Streams">How to use Pull Streams</a></li> |
63 | </ul> |
64 | <ul class="footer-section"> |
65 | <li>Applications</li> |
66 | <li><a href="https://github.com/ssbc/patchwork" title="Patchwork">Patchwork</a> |
67 | <li><a href="https://github.com/ssbc/ssb-blessed-dashboard" title="CLI Dashboard">CLI Dashboard</a> |
68 | <li><a href="https://github.com/ssbc/ssb-example-pm" title="CLI Private Msg">CLI Private Msg</a> |
69 | </ul> |
70 | <ul class="footer-section"> |
71 | <li>Community</li> |
72 | <li><p>#scuttlebutt on freenode</p></li> |
73 | <li><a href="https://github.com/ssbc">GitHub Org</a></li> |
74 | </ul> |
75 | </div> |
76 | </body> |
77 | </html> |
Built with git-ssb-web