boidcmd-cluster

1.0.6 • Public • Published

Boid

Telegram MIT License Twitter

Boid-Cluster CLI

A linux command line interface for creating Boid clusters

From a fresh Debian/Ubuntu install:

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
 
command -v nvm
 
nvm install node
This CLI has only been tested on Debian based distributions.

Setup

install this package first

$ npm install boidcmd-cluster -g

now setup boid

set email and password ENV VARS
 
LINUX
csh/tcsh: setenv BOID_EMAIL value
csh/tcsh: setenv BOID_PASSWORD value 
 
bash/ksh: export BOID_EMAIL=value
bash/ksh: export BOID_PASSWORD=value
 
MAC OSX
export BOID_EMAIL=value
export BOID_PASSWORD=value
 
$ boidcmd-cluster setup
Note: The setup phase runs:

sudo apt install boinc-client -y

If you want to manually install boinc, you can run this line yourself before running setup.

additional commands can be found in the help menu

$ boidcmd-cluster help

Readme

Keywords

Package Sidebar

Install

npm i boidcmd-cluster

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

31.5 kB

Total Files

9

Last publish

Collaborators

  • jonathan.green.secureblockchains