Skip to content

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.

Prerequisites

  1. Storm.dev account - You must have an account on storm.dev to access our network.
    • Register here to join our community
  2. git - For clone this repo and for future updates
  3. NodeJs & npm

Setup & configuration (quick way)

after make your first node copy the command and run it in a shell.
stormnode configuration view

Setup

clone this repo:

git clone https://github.com/stormdotdev/stormnode.git
cd stormnode

Install dependencies

npm install

Configuration

All the configuration of each node is enclosed in a single json file. The file must be in the same path as the stormnode.

simple method

download the json configuration file from your node page here and put it in the same folder as stormnode.js

alternative

create a stormnode.json file composed like this:

{
    "username": "user1",
    "password": "password1",
    "nodeId": "user-node1-node1",
    "allow_remote_update": 1
}

Run

node stormnode -v

Clone this wiki locally