-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ We have lots of cat pictures we want to store in the cloud, so we should create | |
|
||
We currently have a Javascript and Node.js client written to interface with the network and API. You must have [Node.js](https://nodejs.org) and [npm](https://www.npmjs.com/) installed. We HIGHLY recommend [nvm](https://github.com/creationix/nvm) for this. This tutorial is using a default Ubuntu 14.04 x64 machine from [Digital Ocean](https://www.digitalocean.com/). | ||
|
||
apt-get install git -y\nnpm install -g storj | ||
apt-get install git -y | ||
npm install -g storj | ||
|
||
Run the `storj` program to view usage: | ||
|
||
|
@@ -35,7 +36,8 @@ Run the `storj` program to view usage: | |
|
||
To make this process simple, we created a pairing process. This will create a keypair on your computer and send the public key to us. It will be used for further authentication instead of the username and password. | ||
|
||
$ storj login\n [...] > Enter your email address > [email protected] | ||
$ storj login | ||
[...] > Enter your email address > [email protected] | ||
[...] > Enter your password > ******************** | ||
|
||
[info] This device has been successfully paired. |