-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sbot/ssb-server CLI guides from ssbc/docs repo #135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay awesome! ☀️
made a couple comments on things we might want to change before merge.
guides/ssb-server/setup-a-pub.md
Outdated
(If you prefer to install using git, [follow the instructions here](./install.md)). | ||
|
||
```bash | ||
npm install -g scuttlebot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ssb-server
npm install -g scuttlebot | ||
``` | ||
|
||
To update scuttlebot in the future, simply run the global install again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ssb-server
```bash | ||
#!/bin/bash | ||
while true; do | ||
ssb-server start --host {your-hostname} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add a sleep 3
after this line
guides/ssb-server/setup-a-pub.md
Outdated
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash | ||
``` | ||
|
||
Then install node 5.3.x: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is hella old, maybe node lts?
nvm install 10
nvm alias default 10
guides/ssb-server/setup-a-pub.md
Outdated
nvm alias default v5.3.0 | ||
``` | ||
|
||
And update NPM to 3.5.x: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too old
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Hi @ahdinosaur, sorry for the long delay. I've addressed your comments now. Cheers, |
No description provided.