0.5.6 • Published 4 years ago

kapiltez v0.5.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Tezster-CLI

Getting Started

Follow below steps to get started with Tezster-CLI.

Prerequisites

  1. Node v. 12.x+
  2. Install Docker

OS Support

  1. Linux (Ubuntu and Debian)
  2. Mac OS X
  3. Windows 10

Note : Currently we are supporting Linux platform for running local nodes. You may encounter local node related issues in Mac OS X and Windows due to docker. If you are on Mac OS X and Windows, you can switch to remote nodes to use our functionalities.

Node.js Installation

Run following commands to install Node.js LTS version

sudo apt-get update
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs

After installing verify and check the installed version.

node -v 

Docker Installation

For Ubuntu/Linux run : sudo apt install docker.io For Debian refer this link. For MAC refer this link. (Docker Desktop v2.1.0.5 or earlier) For Windows (Win-10 enterprise edition) refer this link. (Docker Desktop v2.1.0.5 or earlier) For Windows (Win-10 home edition or older) refer this link.

Post docker installation step

Make sure after installing docker you have added $USER to the docker group, if not run the following commands:

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

Clone repository

To clone the repository use the following commands:

git clone https://github.com/Tezsure/Tezster-CLI.git
cd Tezster-CLI
npm install
sudo npm link

Run tezster --version to ensure the version of tezster.

tezster --version

To list down all the tezster commands, run:

tezster --help

Now you can run all the tezster commands. For usage guidance follow our documentation page.

NPM Package

You can install tezster-cli using npm package as well. To install npm package, run:

sudo npm install -g tezster@latest

Note: If you got error message regarding permission denied, try install using sudo npm install -g tezster@latest --unsafe-perm=true.

Run tezster --version to ensure the version of tezster.

tezster --version

To list down all the tezster commands, run:

tezster --help

To setup tezster-cli and for usage guidance visit our documentation page.

Extra

We’re building a lot of exciting features which will be released soon, So stay tuned with our updates and releases!

keep developing

Please go through our error section to get information about the common errors and fixes. For any help or to report any issues please follow the link.

0.5.6

4 years ago

0.5.5

4 years ago

0.5.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.1.0

4 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago