-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Claudio Caporro edited this page Feb 23, 2020
·
3 revisions
These instructions will get you a copy of the project up and running on your machine.
-
Storm.dev account - You must have an account on storm.dev to access our network.
- Register here to join our community
-
git - For clone this repo and for future updates
- install git Getting-Started-Installing-Git
-
NodeJs & npm
- Download installation package from here https://nodejs.org/
- OR via your OS package manager package manager commands
after make your first node copy the command and run it in a shell.
clone this repo:
git clone https://github.com/stormdotdev/stormnode.git
cd stormnode
Install dependencies
npm install
All the configuration of each node is enclosed in a single json file. The file must be in the same path as the stormnode.
download the json configuration file from your node page here and put it in the same folder as stormnode.js
create a stormnode.json file composed like this:
{
"username": "user1",
"password": "password1",
"nodeId": "user-node1-node1",
"allow_remote_update": 1
}
node stormnode -v