Skip to content
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

Merged
merged 4 commits into from
Oct 13, 2019

Conversation

stv0g
Copy link
Contributor

@stv0g stv0g commented Jun 9, 2019

No description provided.

Copy link
Contributor

@ahdinosaur ahdinosaur left a 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.

(If you prefer to install using git, [follow the instructions here](./install.md)).

```bash
npm install -g scuttlebot
Copy link
Contributor

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.
Copy link
Contributor

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}
Copy link
Contributor

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

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash
```

Then install node 5.3.x:
Copy link
Contributor

@ahdinosaur ahdinosaur Jun 14, 2019

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

nvm alias default v5.3.0
```

And update NPM to 3.5.x:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too old

@stale
Copy link

stale bot commented Sep 13, 2019

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the stale label Sep 13, 2019
@stale stale bot removed the stale label Sep 29, 2019
@stv0g
Copy link
Contributor Author

stv0g commented Sep 29, 2019

Hi @ahdinosaur, sorry for the long delay. I've addressed your comments now.

Cheers,
Steffen

@ahdinosaur ahdinosaur merged commit 3ed2297 into ssbc:master Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants